Merge pull request #956 from akva2/multiple_norne_runs

changed: use a separate output dir for each simulator in norne integration test
This commit is contained in:
Arne Morten Kvarving 2016-11-30 10:46:45 +01:00 committed by GitHub
commit f6cf4bfc56

View File

@ -6,8 +6,9 @@ test -z $SIM && SIM=flow
# Run the norne case
cd norne
$WORKSPACE/$configuration/build-opm-simulators/bin/$SIM deck_filename=NORNE_ATW2013.DATA output_dir=OPM
mkdir $SIM
$WORKSPACE/$configuration/build-opm-simulators/bin/$SIM deck_filename=NORNE_ATW2013.DATA output_dir=$SIM
test $? -eq 0 || exit 1
PATH=$WORKSPACE/$configuration/install/bin:$PATH ./plotwells.sh
./plotwells.sh $WORKSPACE/$configuration/install/bin
popd