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