mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-11 08:51:55 -06:00
test driver: test -> tests
This commit is contained in:
parent
3d0a4c0e17
commit
8276063c68
@ -19,7 +19,7 @@ function validateResults() {
|
||||
OUTPUT_FILE="$1"
|
||||
SIM_NAME="$2"
|
||||
|
||||
for REFERENCE_RESULT in ${MY_DIR}/../test/referencesolutions/$SIM_NAME*; do
|
||||
for REFERENCE_RESULT in ${MY_DIR}/../tests/referencesolutions/$SIM_NAME*; do
|
||||
echo "Comparing with \"$REFERENCE_RESULT\"... "
|
||||
if python ${MY_DIR}/fuzzycomparevtu.py "$REFERENCE_RESULT" "$OUTPUT_FILE"; then
|
||||
# SUCCESS!!!!!!
|
||||
|
Loading…
Reference in New Issue
Block a user