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 86038a2 + dcc6073 commit 2464da9Copy full SHA for 2464da9
run_cperf
@@ -98,6 +98,8 @@ def main():
98
args.output.close()
99
shutil.copyfile(o, p)
100
101
+ common.check_execute(['find', workspace, '-ls'])
102
+
103
return regressions
104
105
@@ -217,7 +219,7 @@ def get_stats_dir(instance, variant):
217
219
218
220
221
def get_actual_config_and_flags(config, stats):
- flags = ("-stats-output-dir '%s'" % stats)
222
+ flags = ("-stats-output-dir %s" % stats)
223
# Handle as a pseudo-configs
224
if config == 'wmo-onone':
225
flags += ' -wmo -Onone '
0 commit comments