Automatic commit with j

This commit is contained in:
Thomas Levine 2016-02-27 16:59:47 +00:00
parent f83df14868
commit b8bd097f5c

4
urchin
View File

@ -298,7 +298,7 @@ urchin_go() {
printf '%s\n' "$failed $(plural test "$failed") failed."
printf '\033[m'
fi
rm -f "$logfile"
# rm -f "$logfile"
test -z "$failed" || test "$failed" -eq '0'
}
@ -361,7 +361,7 @@ if ! urchin_root "$1" > /dev/null; then
elif basename "$(readlink -f "$(urchin_root "$1")")" |
grep -Fi 'test' > /dev/null || $force; then
logfile="$(readlink -f "$(urchin_root "$1")/.urchin/.log")"
echo > "$logfile"
printf '' > "$logfile"
urchin_go "$1" "$shell_for_sh_tests"
else
urchin_molly_guard