diff options
author | Stefan Walter <stefw@src.gnome.org> | 2007-11-29 22:48:33 +0000 |
---|---|---|
committer | Stefan Walter <stefw@src.gnome.org> | 2007-11-29 22:48:33 +0000 |
commit | 9b47cde35e303c16e168aa5d770ae9174613377b (patch) | |
tree | e80899c04a4bf0df883ffe3cb989c8ee406fb302 /tests | |
parent | b4768f78f6b935ad564de5b709cad84707295893 (diff) | |
download | gnome-keyring-9b47cde35e303c16e168aa5d770ae9174613377b.tar.gz |
Fix bugs in tests and regression bugs exposed
* common/gkr-location-watch.c:
* common/tests/unit-test-crypto.c:
* common/tests/unit-test-location-watch.c:
* library/tests/unit-test-daemon-setup.c:
* pam/tests/Makefile.am:
* pam/tests/unit-test-pam.c:
* pam/tests/unit-test-pam-setup.c:
* tests/run-tests.sh: Fix bugs in tests and regression bugs exposed
svn path=/trunk/; revision=912
Diffstat (limited to 'tests')
-rw-r--r-- | tests/run-tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh index a9c35d6a..7a3fbc76 100644 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -15,7 +15,6 @@ for component in *; do if [ -f "$component/tests/$PRG" ]; then echo "<<<<< Running tests in '$component' >>>>>" $component/tests/$PRG - echo "$?" fi done |