From 067d4cd259b71d781240b2ae68cc11efe3c8f37d Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 3 Apr 2018 08:26:18 +0200 Subject: [PATCH] fixed: missing opm-data -> opm-tests references --- jenkins/run-norne.sh | 2 +- jenkins/run-spe.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/run-norne.sh b/jenkins/run-norne.sh index cbdc735d2..9151393ee 100755 --- a/jenkins/run-norne.sh +++ b/jenkins/run-norne.sh @@ -1,7 +1,7 @@ #!/bin/bash pushd . -cd deps/opm-data +cd deps/opm-tests test -z $SIM && SIM=flow # Run the norne case diff --git a/jenkins/run-spe.sh b/jenkins/run-spe.sh index a9acd92d6..98dfd7e88 100755 --- a/jenkins/run-spe.sh +++ b/jenkins/run-spe.sh @@ -10,7 +10,7 @@ function dotest { } pushd . -cd deps/opm-data +cd deps/opm-tests EXE=flow_legacy