Skip to content

Commit 02ea23f

Browse files
committed
tempfile variable added to journey-test for single exercise solve
1 parent cb10b94 commit 02ea23f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/journey-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ solve_single_exercise() {
265265

266266
local track_root=$( pwd )
267267
local exercism_cli="./exercism --config ${exercism_configfile}"
268+
local tempfile="${TMPDIR:-/tmp}/journey-test.sh-unignore_all_tests.txt"
268269

269270
pushd ${exercism_exercises_dir}
270271

0 commit comments

Comments
 (0)