diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-11-28 01:30:53 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-28 13:27:06 +0100 |
commit | 052a7f48e769c10fb25d5b8adbc71dc085913add (patch) | |
tree | 09a401a2b008496bb02ba1a3a7e779b8a7f7e737 /debian/tests | |
parent | eab57e0807c08fe8d3a5dcf02809c830f99fd972 (diff) |
autopkgtest: use the quiet mode as for travis and co
Git-Dch: Ignore
Diffstat (limited to 'debian/tests')
-rw-r--r-- | debian/tests/run-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/run-tests b/debian/tests/run-tests index e459d7093..f858adf5f 100644 --- a/debian/tests/run-tests +++ b/debian/tests/run-tests @@ -19,4 +19,4 @@ APT_INTEGRATION_TESTS_INTERNAL_SOLVER=/usr/lib/apt/solvers/apt \ APT_INTEGRATION_TESTS_DUMP_SOLVER=/usr/lib/apt/solvers/dump \ APT_INTEGRATION_TESTS_BUILD_DIR=/usr/bin \ APT_INTEGRATION_TESTS_LIBRARY_PATH=/dev/null/does/not/exist \ -./test/integration/run-tests +./test/integration/run-tests -q |