ret_code comes from "set +x" which always return 0, this makes all tests PASS. Actually, "set +x" isn't needed here, just get rid of it.
Signed-off-by: Gui Jianfeng <[email protected]> --- testcases/open_posix_testsuite/bin/run-tests.sh | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/testcases/open_posix_testsuite/bin/run-tests.sh b/testcases/open_posix_testsuite/bin/run-tests.sh index 6a03856..04a39dd 100755 --- a/testcases/open_posix_testsuite/bin/run-tests.sh +++ b/testcases/open_posix_testsuite/bin/run-tests.sh @@ -48,8 +48,6 @@ run_test() { sh -c "$SCRIPT_DIR/t0 $TIMEOUT_VAL ./$1 $(cat ./$(echo "$1" | sed 's,\.[^\.]*,,').args 2>/dev/null)" > $complog 2>&1 - set +x - ret_code=$? if [ "$ret_code" = "0" ]; then -- 1.7.0.4 ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
