Skip to content
Snippets Groups Projects
Commit 9a5a9408 authored by Craig Tiller's avatar Craig Tiller
Browse files

Get run_tests.py forever mode working again

parent cd1c1dd7
No related branches found
No related tags found
No related merge requests found
......@@ -444,6 +444,7 @@ if forever:
previous_success = success
success = _build_and_run(check_cancelled=have_files_changed,
newline_on_success=False,
travis=args.travis,
cache=test_cache) == 0
if not previous_success and success:
jobset.message('SUCCESS',
......
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