Skip to content

BF: feedsRun writing to test directory, not output directory

Matthew Webster requested to merge bf/outdir into master

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

Loading