Issues running executable in root path
cknadler opened this issue · 1 comments
cknadler commented
Running executable in the same directory blows everything up.
This is because the executable is run like: executable test_name > result_path
If the executable is in the root path, it needs to be: ./executable test_name > result_path
cknadler commented
Going a different direction with set executable. This is irrelevant now.