Skip to content
Snippets Groups Projects
Commit 7fae2974 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Don't cleanup on test failure

parent fdc02172
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ cleanup()
log_error()
{
echo "TEST FAIL: $1"
cleanup
exit 1
}
......
......@@ -13,7 +13,6 @@ cleanup()
log_error()
{
echo "TEST FAIL: $1"
cleanup
exit 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment