Merge pull request #1444 from akva2/missing_data_to_tests

fixed: missing opm-data -> opm-tests references
This commit is contained in:
Atgeirr Flø Rasmussen
2018-04-03 12:31:47 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
pushd .
cd deps/opm-data
cd deps/opm-tests
test -z $SIM && SIM=flow
# Run the norne case
+1 -1
View File
@@ -10,7 +10,7 @@ function dotest {
}
pushd .
cd deps/opm-data
cd deps/opm-tests
EXE=flow_legacy