comparators
This commit is contained in:
parent
fad04e1584
commit
4ca5b98550
4
urchin
4
urchin
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user