Sfoglia il codice sorgente

tempfile variable added to journey-test for single exercise solve

Logan Stucki 9 anni fa
parent
commit
02ea23fa2d
No account linked to committer's email
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      bin/journey-test.sh

+ 1
- 0
bin/journey-test.sh Vedi File

@@ -265,6 +265,7 @@ solve_single_exercise() {
265 265
 
266 266
   local track_root=$( pwd )
267 267
   local exercism_cli="./exercism --config ${exercism_configfile}"
268
+  local tempfile="${TMPDIR:-/tmp}/journey-test.sh-unignore_all_tests.txt"
268 269
 
269 270
   pushd ${exercism_exercises_dir}
270 271