summaryrefslogtreecommitdiff
path: root/pkcs11/xdg-store
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-08-25 14:24:25 +0200
committerStef Walter <stefw@collabora.co.uk>2011-08-25 14:24:25 +0200
commita0fd491d3c8b6e09fbd8d54643d1e06228bd225a (patch)
treea8324e911bdc02ef90407301b0bfed4e087dc515 /pkcs11/xdg-store
parent4d98f86bd22393e1dadd4098af40e864283c25be (diff)
downloadgnome-keyring-a0fd491d3c8b6e09fbd8d54643d1e06228bd225a.tar.gz
Don't keep going after tests fail
* Remove -k from gtester arguments
Diffstat (limited to 'pkcs11/xdg-store')
-rw-r--r--pkcs11/xdg-store/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkcs11/xdg-store/tests/Makefile.am b/pkcs11/xdg-store/tests/Makefile.am
index d009a630..f41a469d 100644
--- a/pkcs11/xdg-store/tests/Makefile.am
+++ b/pkcs11/xdg-store/tests/Makefile.am
@@ -28,7 +28,7 @@ TEST_PROGS = \
check_PROGRAMS = $(TEST_PROGS)
test: $(TEST_PROGS) $(CHECK_PROGS)
- gtester -k --verbose -m $(TEST_MODE) --g-fatal-warnings $(TEST_PROGS)
+ gtester --verbose -m $(TEST_MODE) --g-fatal-warnings $(TEST_PROGS)
@for prog in $(CHECK_PROGS); do SRCDIR='.' ./$$prog || exit 1; done
check-local: test