diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-06-17 15:49:59 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-06-17 15:49:59 -0700 |
commit | 9384cd702b4b327ceb7a68302d66b29591047153 (patch) | |
tree | fa7c59a6c3a76136fc6bf0f14c1e53bd1989766b /tests/runner.py | |
parent | 4cfcd19e093f4bcab001894303ae22d3c061bdaa (diff) |
fix reftesting on proxy tests
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 8344f125..b4bafd74 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -689,6 +689,7 @@ class BrowserCore(RunnerCore): with open(filepath) as f: src = f.read() with open(temp_filepath, 'w') as f: f.write(self.with_report_result(src)) else: + self.reference = reference expected = [str(i) for i in range(0, reference_slack+1)] shutil.copyfile(filepath, temp_filepath) self.reftest(path_from_root('tests', reference)) |