diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-08-27 15:53:02 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-08-27 15:58:50 -0400 |
commit | fa27372e65359f12bea9ac0680d6bcb96680dda8 (patch) | |
tree | 31755ab3cd71d3a5e9cdec55d39fbb2b904f53da /ci/test/06_script_b.sh | |
parent | fa60583d23653ca02c8071934a35964bd31fcc2b (diff) |
ci: Move CCACHE_DIR and test_runner tmp dir into ./ci/scratch/
Diffstat (limited to 'ci/test/06_script_b.sh')
-rwxr-xr-x | ci/test/06_script_b.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 37b81cf923..ea7beae85f 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -16,7 +16,7 @@ fi if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then BEGIN_FOLD functional-tests - DOCKER_EXEC test/functional/test_runner.py --ci $MAKEJOBS --ansi --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast + DOCKER_EXEC test/functional/test_runner.py --ci $MAKEJOBS --tmpdirprefix "${BASE_SCRATCH_DIR}/test_runner/" --ansi --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast END_FOLD fi |