Skip to content

Commit 32c6100

Browse files
committed
shift arg passing down an arg
1 parent db4ab58 commit 32c6100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test-integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ export childargs
8282

8383
# run each test as its own process
8484
pushd "./${package}" 2>&1 >/dev/null
85-
time go run "${OS_ROOT}/hack/listtests.go" -prefix="${OS_GO_PACKAGE}/${package}.Test" "${testdir}" | grep "${1-Test}" | xargs -I {} -n 1 bash -c "exectest {} ${@:1}" # "${testexec}" -test.run="^{}$" "${@:1}"
85+
time go run "${OS_ROOT}/hack/listtests.go" -prefix="${OS_GO_PACKAGE}/${package}.Test" "${testdir}" | grep "${1-Test}" | xargs -I {} -n 1 bash -c "exectest {} ${@:2}" # "${testexec}" -test.run="^{}$" "${@:2}"
8686
popd 2>&1 >/dev/null

0 commit comments

Comments
 (0)