X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/3abb6a6a1e485b3bc899b64b0a1b7dc2db25a9c2..8d1cb6da6e21302c654da3f09de3975af7e4a11f:/test/integration/run-tests diff --git a/test/integration/run-tests b/test/integration/run-tests index 7a250d2c5..78f24fbaf 100755 --- a/test/integration/run-tests +++ b/test/integration/run-tests @@ -89,7 +89,7 @@ if [ -n "$APT_TEST_JOBS" ]; then if [ "$MSGCOLOR" != 'NO' ]; then export MSGCOLOR='ALWAYS' fi - exec parallel -j "$APT_TEST_JOBS" "$0" -- $(echo "$TESTLIST") + exec parallel -j "$APT_TEST_JOBS" "./$(basename "$0")" -- $(echo "$TESTLIST") fi TOTAL="$(echo "$TESTLIST" | wc -l)" for testcase in $TESTLIST; do