Compare commits

..

No commits in common. "main" and "master" have entirely different histories.
main ... master

4 changed files with 3 additions and 6 deletions

3
.gitmodules vendored
View File

@ -4,6 +4,3 @@
[submodule "whck"]
path = whck
url = https://tildegit.org/forge/whck
[submodule "specs"]
path = specs
url = https://tildegit.org/forge/specs

View File

@ -4,7 +4,7 @@ SCRIPTDIR="$(dirname "$0")"
BASEDIR="$(realpath "$SCRIPTDIR"/..)"
ORIGDIR="$(pwd)"
if [ ! -f "$BASEDIR"/specs/forgehook/test.sh ]; then
if [ ! -f "$BASEDIR"/spec/test_cli.sh ]; then
echo "Submodule not cloned yet. Doing it now"
cd "$BASEDIR"
git submodule init
@ -29,7 +29,7 @@ fi
if [ $? -eq 0 ]; then
# Let test_web.sh figure out the path to whck
"$BASEDIR"/specs/forgehook/test.sh "$server" "$whck"
"$BASEDIR"/spec/test_web.sh "$server" "$whck"
status=$?
else
status=1

1
spec Submodule

@ -0,0 +1 @@
Subproject commit 2f3d4dd03e68c51f5d93fa0e18fb95454f62c5df

1
specs

@ -1 +0,0 @@
Subproject commit 66332ae7b1d36b468e72e7cdcebc966584072ca5