Skip to content

Commit

Permalink
Update rt.sh script to remove recursive clone which
Browse files Browse the repository at this point in the history
can hang. Submodules are now handled by the build script.

Fixes ufs-community#818.
  • Loading branch information
GeorgeGayno-NOAA committed Apr 26, 2023
1 parent 329ccb9 commit 4694b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reg_tests/rt.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -l
#!/bin/bash

ulimit -s unlimited

Expand All @@ -16,7 +16,7 @@ cd ${WORK_DIR}
rm -f reg_test_results.txt
rm -rf UFS_UTILS

git clone --recursive https://github.com/ufs-community/UFS_UTILS.git
git clone https://github.com/ufs-community/UFS_UTILS.git
rc=$?

# Check to see if the clone was successful. Previously, it has
Expand Down

0 comments on commit 4694b22

Please sign in to comment.