changed: use a separate output dir for each simulator in norne integration test

This commit is contained in:
Arne Morten Kvarving
2016-11-28 10:15:21 +01:00
parent 42eb5e77a5
commit 41b2dadff5
+3 -2
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