diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-05-08 17:42:03 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-05-08 17:42:03 +0000 |
commit | 57e7f2700111e71e03df288af4494fc63ab27c2b (patch) | |
tree | c8b8dac77386c86a77e40808e5be75bb6a770bcd /test-suite/guile-test | |
parent | 1a45015332da33e4974bd18ea77cc4c1c8bdb12d (diff) | |
download | guile-57e7f2700111e71e03df288af4494fc63ab27c2b.tar.gz |
Adopted a couple of nice ideas from Greg.
Diffstat (limited to 'test-suite/guile-test')
-rwxr-xr-x | test-suite/guile-test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test-suite/guile-test b/test-suite/guile-test index f46bcae62..faa9a1c13 100755 --- a/test-suite/guile-test +++ b/test-suite/guile-test @@ -144,8 +144,7 @@ ;; Run the tests. (for-each (lambda (test) (with-test-prefix test - (catch-test-errors - (load (test-file-name test))))) + (load (test-file-name test)))) tests) ;; Display the final counts, both to the user and in the log |