Browse Source

Formatting

pull/140/head
Eric Freese 8 years ago
parent
commit
2acf25e065
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script/test_runner.zsh

+ 1
- 1
script/test_runner.zsh View File

@ -47,7 +47,7 @@ fi
local -i retval=0
for suite in $tests; do
header "${suite#"$TEST_DIR"}"
header "${suite#"$ROOT_DIR/"}"
"$zsh_bin" -f "$suite" || retval=$?
done

Loading…
Cancel
Save