]> git.saurik.com Git - apt.git/blobdiff - test/integration/run-tests
CMake: Switch integration tests and travis over
[apt.git] / test / integration / run-tests
index 7a250d2c55c403ce512c9559dad6c7afe1f6cc5d..78f24fbaf024e8f52784b80868fc8258f6e1ef75 100755 (executable)
@@ -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