diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-11-03 00:36:10 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-11-03 00:36:10 -0500 |
commit | 8ba61926bbe8609c4e5a9c9e5e0b12644880de92 (patch) | |
tree | 5b8bee4f29678d47aaead67d8076cc2db4100d6e /tests | |
parent | 0141efcc55977e8f61bc7ccb31539e99d3ba3d49 (diff) |
set the bash pipefail option in the test script to return the error
code of the first failed function in a pipe.
also add some new web pages that need to be filled out.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/basic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basic b/tests/basic index 289a1b7..d863886 100755 --- a/tests/basic +++ b/tests/basic @@ -13,6 +13,7 @@ # all subcommands in this script should complete without failure: set -e +set -o pipefail ## make sure that the right tools are installed to run the test. the ## test has *more* requirements than plain ol' monkeysphere: |