]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
run_xfstests.sh: pass test result via exit status
authorAlex Elder <elder@doink.(none)>
Sat, 14 Apr 2012 16:26:21 +0000 (11:26 -0500)
committerAlex Elder <elder@dreamhost.com>
Sat, 14 Apr 2012 16:26:21 +0000 (11:26 -0500)
commit3d187db50130d048bc9c6e980c5c64fbd36d8cb4
treeeffb01808811f1f71b63c640a60d884a376c44a7
parentbf8847e7c14a52467950c8f3bab88e43f660e3c0
run_xfstests.sh: pass test result via exit status

It turns out that xfstests *does* exit with non-zero status
when a test fails.  Its exit status is the number of tests
that failed (which, now that we have over 255 tests could be
an issue...)

Save the exit status and make it be the result of the run.

Signed-off-by: Alex Elder <elder@dreamhost.com
qa/run_xfstests.sh