Skip to content
Snippets Groups Projects
Commit d402b204 authored by René Heß's avatar René Heß
Browse files

Make "cd src_dir; git stash" possible

parent 5abb0a95
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ def regression_summary(): ...@@ -30,7 +30,7 @@ def regression_summary():
data1 = parse_data() data1 = parse_data()
# Switch to reference data # Switch to reference data
subprocess.call(sys.argv[1:]) subprocess.call(sys.argv[1:], shell=True)
# Get reference timings # Get reference timings
run() run()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment