aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/steps/40-test.sh
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-09-19 21:51:35 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-09-19 22:00:56 +0200
commitb452f1bec5c041cffbc5160e7f90eaf6daab82a0 (patch)
tree6777a2a5aea5c67a9d5ada8cc5bb371d0495ca44 /scripts/ci/steps/40-test.sh
parentf5dee82eed5ece2819b33b6bb41b990cdd407b39 (diff)
Adapt CI scripts for readonly sourcedir
Diffstat (limited to 'scripts/ci/steps/40-test.sh')
-rw-r--r--scripts/ci/steps/40-test.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ci/steps/40-test.sh b/scripts/ci/steps/40-test.sh
index ee15c1f..ed813a6 100644
--- a/scripts/ci/steps/40-test.sh
+++ b/scripts/ci/steps/40-test.sh
@@ -1 +1,2 @@
-cabal test --show-details=direct
+cabal_helper_libexecdir="$build_dir"/build/cabal-helper-wrapper \
+ cabal --sandbox-config="$sandbox_config" test --builddir="$build_dir" --show-details=direct