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