We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04cd5ae + 6a7d9a9 commit e24f882Copy full SHA for e24f882
regtests/testsuite.py
@@ -30,7 +30,7 @@ def run(self):
30
"""
31
cmd = ["python", "test.py"]
32
start_time = time.time()
33
- run = self.shell(cmd, catch_error=False)
+ run = Run(cmd, catch_error=False)
34
self.result.time = time.time() - start_time
35
36
0 commit comments