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

Fix test script

On build failure, do not try to execute test


Former-commit-id: c7954a3e42491a600c70ce63cfb085bcd052336e
parent 81472c1e
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,8 @@ do_tests()
if [ $show_logs_on_failure -eq 1 ]; then
cat $temp_dir/logs/*.log
fi
else
continue
else
progs_pass_peasoup="$progs_pass_peasoup $prog.$config"
fi
......
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