mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1444 from akva2/missing_data_to_tests
fixed: missing opm-data -> opm-tests references
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd .
|
||||
cd deps/opm-data
|
||||
cd deps/opm-tests
|
||||
test -z $SIM && SIM=flow
|
||||
|
||||
# Run the norne case
|
||||
|
||||
@@ -10,7 +10,7 @@ function dotest {
|
||||
}
|
||||
|
||||
pushd .
|
||||
cd deps/opm-data
|
||||
cd deps/opm-tests
|
||||
|
||||
EXE=flow_legacy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user