From e2c38a2e31e0adb0cb25f6d4ba3e523a15949cee Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 14 Dec 2018 07:24:59 +0100 Subject: [PATCH] Run aportgen test in CI again (!1727) Clear the test blacklist for all tests, except for the QEMU test (which runs on its own on a special runner). All other tests that were in the blacklist, except for the aportgen test, had already been moved to pmaports.git. Keeping them out of the blacklist makes it less confusing. Now all tests are running in CI again. --- test/testcases_fast.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/testcases_fast.sh b/test/testcases_fast.sh index 6cd5d127..d8c7d435 100755 --- a/test/testcases_fast.sh +++ b/test/testcases_fast.sh @@ -1,9 +1,8 @@ #!/bin/sh -e # usage: testcases_fast.sh [--all] -# Disable QEMU and aports/upstream compatibility tests -# (These run with different CI runners in parallel, see #1610) -disabled="aports aports_kde aportgen upstream_compatibility soname_bump qemu_running_processes" +# Disable QEMU test, it runs on a special CI runner in parallel (see #1610). +disabled="qemu_running_processes" # Optionally enable all test cases if [ "$1" = "--all" ]; then