]> git.saurik.com Git - apt.git/blobdiff - test/integration/run-tests
add optional support for comments in pkgTagFile
[apt.git] / test / integration / run-tests
index f2a2661397f0ca2cc70ca445933fe8d321cc3f57..7a250d2c55c403ce512c9559dad6c7afe1f6cc5d 100755 (executable)
@@ -83,7 +83,8 @@ PASS=0
 ALL=0
 FAILED_TESTS=""
 DIR="$(readlink -f "$(dirname "$0")")"
-TESTLIST="$(run-parts --list "$DIR" --regex '^test-.*$')"
+cd "$DIR"
+TESTLIST="$(find . -mindepth 1 -maxdepth 1 -regex '^\./test-[^/]*$' | sort)"
 if [ -n "$APT_TEST_JOBS" ]; then
        if [ "$MSGCOLOR" != 'NO' ]; then
                export MSGCOLOR='ALWAYS'