BF: feedsRun writing to test directory, not output directory
unit_tests/avwutils/fix_orient
currently writes its files to the test directory and not the output directory. This fix will chdir
before each test is called - this only needs to be done once, but by placing in the main try
block the script will throw if the chdir
fails for any reason.
Edited by Matthew Webster
Merge request reports
Activity
added 1 commit
- eab4b1bd - BF: feedsRun writing to test directory, not output directory
Please register or sign in to reply