comparators
This commit is contained in:
parent
fad04e1584
commit
4ca5b98550
4
urchin
4
urchin
@ -301,7 +301,7 @@ test_suite_root() {
|
|||||||
|
|
||||||
# -------------------- Metafunctions --------------------
|
# -------------------- Metafunctions --------------------
|
||||||
meta_verbosity() {
|
meta_verbosity() {
|
||||||
echo "if test \${${1}} -gt ${2}; then ${3}=true; fi"
|
echo "if test \${${1}} -ge ${2}; then ${3}=true; fi"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -------------------- Printing output --------------------
|
# -------------------- Printing output --------------------
|
||||||
@ -714,7 +714,7 @@ wantto run urchin on that directory.' >&2
|
|||||||
done
|
done
|
||||||
finish=$("${epoch}")
|
finish=$("${epoch}")
|
||||||
|
|
||||||
if test "${return_code}" -eq 0; then
|
if test "${return_code}" -le 1; then
|
||||||
if test -f "${urchin_tmp}"/log ; then
|
if test -f "${urchin_tmp}"/log ; then
|
||||||
echo Print output.
|
echo Print output.
|
||||||
# cat "${urchin_tmp}"/head
|
# cat "${urchin_tmp}"/head
|
||||||
|
Loading…
x
Reference in New Issue
Block a user