]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/commit
wvtest/sh: Do not exit shell script unless $WVTEST_DIE_FAST is set
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 24 Feb 2011 11:36:14 +0000 (12:36 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 24 Feb 2011 11:36:14 +0000 (12:36 +0100)
commitf829336d079e1b4139a278a4555e1b5ff24fd325
tree340618b544ef1b2026f7f43e83a4da2f58652b29
parente6a54ea727a46b2fba41bde2f607f7e02a9e027a
wvtest/sh: Do not exit shell script unless $WVTEST_DIE_FAST is set

If the shell script performs setup and cleanup for the test, it is
important to cleanup even when the test fails. So by default, we do not
exit, but only return the exit code of failed command.
src/wvtest.sh