diff options
author | Ted Gould <ted@canonical.com> | 2009-10-08 19:50:40 -0400 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-08 19:50:40 -0400 |
commit | a28e917b914b07de67027c97eb29d533e3fe9393 (patch) | |
tree | ba3756ccb339acc5e360d88d01f522f5a7c5c638 /tests | |
parent | 56450cfd530c876adc4ad33b1a5ab53a6a6078fa (diff) | |
download | libayatana-indicator-a28e917b914b07de67027c97eb29d533e3fe9393.tar.gz libayatana-indicator-a28e917b914b07de67027c97eb29d533e3fe9393.tar.bz2 libayatana-indicator-a28e917b914b07de67027c97eb29d533e3fe9393.zip |
Being a bit more verbose
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 2048a9a..461bb51 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -46,7 +46,7 @@ XML_REPORT = loader-check-results.xml HTML_REPORT = loader-check-results.html loader-tester: test-loader libdummy-indicator-null.la - @gtester -k -o=$(XML_REPORT) ./test-loader + @gtester -k --verbose -o=$(XML_REPORT) ./test-loader check-local: loader-tester |