Procházet zdrojové kódy

tempfile variable added to journey-test for single exercise solve

Logan Stucki před 9 roky
rodič
revize
02ea23fa2d
No account linked to committer's email
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      bin/journey-test.sh

+ 1
- 0
bin/journey-test.sh Zobrazit soubor

@@ -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