aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2015-10-26 17:29:27 -0700
committerGravatar Adele Zhou <adelez@google.com>2015-10-27 14:45:27 -0700
commit4671096736efc40808d6330d1e157fd7f4015e21 (patch)
treead3e956a25a420fb367dab5b58712c57fa0cdd04 /tools/run_tests/run_tests.py
parentd5fffa5850c3dbe6c052312c527a32e616034bf4 (diff)
Escape quotation marks in html.
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 3d33f93fb1..9006fca1c4 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -908,9 +908,9 @@ if forever:
have_files_changed = lambda: dw.most_recent_change() != initial_time
previous_success = success
success = _build_and_run(check_cancelled=have_files_changed,
- newline_on_success=False,
- travis=args.travis,
- cache=test_cache) == 0
+ newline_on_success=False,
+ travis=args.travis,
+ cache=test_cache) == 0
if not previous_success and success:
jobset.message('SUCCESS',
'All tests are now passing properly',