1e8dd2ecb1
Distinguishing between validation and verification cases: small changes in the directory structure
12 lines
225 B
Bash
Executable file
12 lines
225 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Source tutorial run functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
cleanCase
|
|
\rm -rf 0
|
|
\rm -rf surfaces sets
|
|
\rm -f validationData/*.raw
|
|
\rm -f validationData/*.xy
|
|
\rm -rf validationResults
|
|
cp -r save 0
|