Remove tests/shell iff there are no failures
This commit is contained in:
parent
99c9f730e0
commit
3c03240530
|
@ -183,5 +183,5 @@ if ! run_test ipython ipython ; then
|
|||
FAILED=1
|
||||
fi
|
||||
|
||||
test "x$ONLY_SHELL" = "x" && rm -r tests/shell
|
||||
test $FAILED -eq 0 && rm -r tests/shell
|
||||
exit $FAILED
|
||||
|
|
Loading…
Reference in New Issue