author | Thomas Rast <trast@student.ethz.ch> | |
Tue, 26 Aug 2008 19:32:33 +0000 (21:32 +0200) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Fri, 5 Sep 2008 23:58:39 +0000 (16:58 -0700) | ||
commit | e9a805aa2ac18621853271e33b9aef963bf4e272 | |
tree | 84c67fa6e24f04b4938218e0336d3b9bbd0ccb51 | tree | snapshot |
parent | c9ab9ee47836b7c3d8a0c23f7b98c5f14da40c39 | commit | diff |
git svn info: tests: do not use set -e
Exiting in the middle of a test confuses the test suite, which will
just say "FATAL: Unexpected exit with code 1" in response to a failed
test, instead of actually diagnosing failure and continuing with the
next test.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Acked-by: Eric Wong <normalperson@yhbt.net>
Exiting in the middle of a test confuses the test suite, which will
just say "FATAL: Unexpected exit with code 1" in response to a failed
test, instead of actually diagnosing failure and continuing with the
next test.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Acked-by: Eric Wong <normalperson@yhbt.net>
t/t9119-git-svn-info.sh | diff | blob | history |