提交 e9a805aa 编写于 作者: T Thomas Rast 提交者: Eric Wong

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: NThomas Rast <trast@student.ethz.ch>
Acked-by: NEric Wong <normalperson@yhbt.net>
上级 c9ab9ee4
...@@ -6,8 +6,6 @@ test_description='git-svn info' ...@@ -6,8 +6,6 @@ test_description='git-svn info'
. ./lib-git-svn.sh . ./lib-git-svn.sh
set -e
# Tested with: svn, version 1.4.4 (r25188) # Tested with: svn, version 1.4.4 (r25188)
v=`svn --version | sed -n -e 's/^svn, version \(1\.[0-9]*\.[0-9]*\).*$/\1/p'` v=`svn --version | sed -n -e 's/^svn, version \(1\.[0-9]*\.[0-9]*\).*$/\1/p'`
case $v in case $v in
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册