TDycores-Project / qa-toolbox

A framework for executing and documenting verification and validation tests.
1 stars 1 forks source link

Cleaning up simulator-specific output #53

Closed ghammond86 closed 4 years ago

ghammond86 commented 4 years ago

make clean_tests cleans up files that are specific to a simulator. We should develop simulator-specific scripts that perform the cleanup only if the simulator is present. In other words, we should not be traversing the test suite removing PFLOTRAN output:

-find . -type f -name 'pflotran_run.h5' -print0 | xargs -0 -r rm

if PFLOTRAN is not used.

In other words, the qa-toolbox makefile should only clean up files generated by qa-toolbox scripts, not the simulator output.