Skip to content

Commit 636546d

Browse files
committed
move test script into subdir
1 parent 1bde56a commit 636546d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh renamed to test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# A lot of these tests require vmrunner and a network bridge.
55
# See https://github.com/includeos/vmrunner/pull/31
66

7-
pushd "$(dirname "$0")" >/dev/null
7+
pushd "$(dirname "$0")/.." >/dev/null
88
: "${QUICK_SMOKE:=}" # Define this to only do a ~1-5 min. smoke test.
99
: "${DRY_RUN:=}" # Define this to expand all steps without running any
1010
: "${CCACHE_FLAG:=}" # Define as "--arg withCcache true" to enable ccache.

0 commit comments

Comments
 (0)