diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/convwatch.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/convwatch.py b/bin/convwatch.py index abc88adcef48..dacf0372de65 100644 --- a/bin/convwatch.py +++ b/bin/convwatch.py @@ -335,8 +335,8 @@ def runLoadPrintFileTests(opts, dirs, suffix, reference): prtsuffix = ".pdf" files = getFiles(dirs, suffix) tests = (LoadPrintFileTest(file, prtsuffix) for file in files) - connection = PersistentConnection(opts) -# connection = PerTestConnection(opts) +# connection = PersistentConnection(opts) + connection = PerTestConnection(opts) failed = runConnectionTests(connection, simpleInvoke, tests) print("all printed: FAILURES: " + str(len(failed))) for fail in failed: |