aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-11 10:18:20 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-11-11 10:18:20 -0800
commit72e1ce8b4bfa082a72f154e4ca4a2f6ba504db5b (patch)
tree78d1615e6d97457da4ef3147f1fc0e7c7c9f2250 /tests/runner.py
parent3634b45c63e420910c77a631352ab257b8a6039f (diff)
use internal relooper sources
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 413b27f9..b67d068e 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -10168,8 +10168,6 @@ fi
output = '\n'.join(output)
assert ('bootstrapping relooper succeeded' in output) == (i == 2), 'only bootstrap on first O2: ' + output
assert os.path.exists(RELOOPER) == (i >= 2), 'have relooper on O2: ' + output
- assert (' checking out' in output) == (i == 2 and phase == 0), 'check out the code on first O2, and if no dir already present: ' + output
- assert (' updating' in output) == (i == 2 and phase == 1), 'when have relooper dir, just update: ' + output
assert ('L2 : do {' in open('a.out.js').read()) == (i >= 2), 'reloop code on O2: ' + output
else: