diff options
Diffstat (limited to '')
-rw-r--r-- | debian/tests/test-not-root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/test-not-root b/debian/tests/test-not-root index 7438d70..fbb23d6 100644 --- a/debian/tests/test-not-root +++ b/debian/tests/test-not-root @@ -18,4 +18,4 @@ cd $AUTOPKGTEST_TMP --sysconfdir=/etc \ --localstatedir=/var \ # EOL -make installcheck TESTSUITEFLAGS=--verbose +make installcheck TEST_VERBOSE=1 |