diff options
author | David Kalnischkies <david@kalnischkies.de> | 2017-04-09 17:18:19 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2017-06-26 23:31:15 +0200 |
commit | 0cbe571a44468806af95f3d8661b07b01704eb26 (patch) | |
tree | 8bf641d31706f3bbdd94b180eea3eec872ef743a /test/integration/framework | |
parent | e250df1a623fd08f8a5afe2d94bd29a35e872725 (diff) |
make the create-test-data script great again
Changes in the past to the buildsystem and the testing framework broke
this little helper script – lets fix those problems to restore
functionality.
Gbp-Dch: Ignore
Diffstat (limited to 'test/integration/framework')
-rw-r--r-- | test/integration/framework | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework index 32e109a77..773d25851 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -2,7 +2,7 @@ EXIT_CODE=0 -while [ -n "$1" ]; do +while [ -n "$1" -a -z "$CHECK_ARGS" ]; do if [ "$1" = "-q" ]; then export MSGLEVEL=2 elif [ "$1" = "-qq" ]; then |