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.
This commit is contained in:
Oliver Smith 2018-12-14 07:24:59 +01:00
parent 60459cfda3
commit e2c38a2e31
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 3 deletions

View File

@ -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