Skip to content

Commit 3d1a685

Browse files
Update script/cibuild
Co-authored-by: Yunlei Liu <[email protected]>
1 parent fbd506c commit 3d1a685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export GHE_VERBOSE_SSH=true
77

88
res=true
99
version=2.21.0
10-
echo "==> Running testsuite with GHE_TEST_REMOTE_VERSION=$version"
10+
echo "==> Running test suite with GHE_TEST_REMOTE_VERSION=$version"
1111
export GHE_TEST_REMOTE_VERSION="$version"
1212
if ! find test -name "test-*.sh" -print0 | xargs -0 -P 4 -n 1 /bin/bash; then
1313
res=false

0 commit comments

Comments
 (0)