Skip to content

Commit

Permalink
Correctly tracking branch in submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
kholland-intel committed Nov 20, 2023
1 parent c09cb26 commit e938972
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "modules/tests-sos"]
path = modules/tests-sos
url = [email protected]:openshmem-org/tests-sos.git
branch = main
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

test -d ./config || mkdir ./config

test -f modules/tests-sos/configure.ac || { echo "ERROR: The test directory is empty. Please run the following command to install the SOS tests:"; echo "git submodule update --init"; exit 1; }
test -f modules/tests-sos/configure.ac || { echo "ERROR: The test directory is empty. Please run the following command to download the SOS tests:"; echo "git submodule update --init"; exit 1; }

FILES=./man/*.1
echo -n "dist_man1_MANS =" > ./man/Makefile.am
Expand Down
1 change: 1 addition & 0 deletions modules/tests-sos
Submodule tests-sos added at d52b3f

0 comments on commit e938972

Please sign in to comment.