comparators

This commit is contained in:
Thomas Levine 2016-04-10 20:36:05 +00:00
parent fad04e1584
commit 4ca5b98550
1 changed files with 2 additions and 2 deletions

4
urchin
View File

@ -301,7 +301,7 @@ test_suite_root() {
# -------------------- Metafunctions --------------------
meta_verbosity() {
echo "if test \${${1}} -gt ${2}; then ${3}=true; fi"
echo "if test \${${1}} -ge ${2}; then ${3}=true; fi"
}
# -------------------- Printing output --------------------
@ -714,7 +714,7 @@ wantto run urchin on that directory.' >&2
done
finish=$("${epoch}")
if test "${return_code}" -eq 0; then
if test "${return_code}" -le 1; then
if test -f "${urchin_tmp}"/log ; then
echo Print output.
# cat "${urchin_tmp}"/head