Closed avborup closed 3 years ago
If the current working directory is something like /foo/bar baz/mydir, the test command will fail because the path argument will often only be /foo/bar. Run and compile commands are just messed up.
/foo/bar baz/mydir
/foo/bar
If the current working directory is something like
/foo/bar baz/mydir
, the test command will fail because the path argument will often only be/foo/bar
. Run and compile commands are just messed up.