Просмотр исходного кода

tempfile variable added to journey-test for single exercise solve

Logan Stucki 9 лет назад
Родитель
Сommit
02ea23fa2d
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      bin/journey-test.sh

+ 1
- 0
bin/journey-test.sh Просмотреть файл

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