We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd506c commit 3d1a685Copy full SHA for 3d1a685
script/cibuild
@@ -7,7 +7,7 @@ export GHE_VERBOSE_SSH=true
7
8
res=true
9
version=2.21.0
10
-echo "==> Running testsuite with GHE_TEST_REMOTE_VERSION=$version"
+echo "==> Running test suite with GHE_TEST_REMOTE_VERSION=$version"
11
export GHE_TEST_REMOTE_VERSION="$version"
12
if ! find test -name "test-*.sh" -print0 | xargs -0 -P 4 -n 1 /bin/bash; then
13
res=false
0 commit comments