Remove tests/shell iff there are no failures

This commit is contained in:
ZyX 2014-08-10 16:00:00 +04:00
parent 99c9f730e0
commit 3c03240530
1 changed files with 1 additions and 1 deletions

View File

@ -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