summaryrefslogtreecommitdiff
path: root/pkcs11
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
parent4d98f86bd22393e1dadd4098af40e864283c25be (diff)
downloadgnome-keyring-a0fd491d3c8b6e09fbd8d54643d1e06228bd225a.tar.gz
Don't keep going after tests fail
* Remove -k from gtester arguments
Diffstat (limited to 'pkcs11')
-rw-r--r--pkcs11/gnome2-store/tests/Makefile.am2
-rw-r--r--pkcs11/secret-store/tests/Makefile.am2
-rw-r--r--pkcs11/ssh-store/tests/Makefile.am2
-rw-r--r--pkcs11/wrap-layer/tests/Makefile.am2
-rw-r--r--pkcs11/xdg-store/tests/Makefile.am2
5 files changed, 5 insertions, 5 deletions
diff --git a/pkcs11/gnome2-store/tests/Makefile.am b/pkcs11/gnome2-store/tests/Makefile.am
index dbf0ade7..2c86e17f 100644
--- a/pkcs11/gnome2-store/tests/Makefile.am
+++ b/pkcs11/gnome2-store/tests/Makefile.am
@@ -26,7 +26,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
diff --git a/pkcs11/secret-store/tests/Makefile.am b/pkcs11/secret-store/tests/Makefile.am
index 814bcc5c..0ad27a21 100644
--- a/pkcs11/secret-store/tests/Makefile.am
+++ b/pkcs11/secret-store/tests/Makefile.am
@@ -34,7 +34,7 @@ TEST_PROGS = \
check_PROGRAMS = $(TEST_PROGS)
test: $(TEST_PROGS)
- gtester -k --verbose -m $(TEST_MODE) --g-fatal-warnings $(TEST_PROGS)
+ gtester --verbose -m $(TEST_MODE) --g-fatal-warnings $(TEST_PROGS)
check-local: test
diff --git a/pkcs11/ssh-store/tests/Makefile.am b/pkcs11/ssh-store/tests/Makefile.am
index 15a9975b..803de6fe 100644
--- a/pkcs11/ssh-store/tests/Makefile.am
+++ b/pkcs11/ssh-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
diff --git a/pkcs11/wrap-layer/tests/Makefile.am b/pkcs11/wrap-layer/tests/Makefile.am
index bf4ab927..92d8ef87 100644
--- a/pkcs11/wrap-layer/tests/Makefile.am
+++ b/pkcs11/wrap-layer/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)
check-local: test
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