Loading test.sh +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ test () rt=$? if [[ $rt -ne 0 ]]; then echo -e "[${RED}X${WHITE}] $@: $rt" echo "$tmp" ((errors += 1)) return fi Loading Loading
test.sh +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ test () rt=$? if [[ $rt -ne 0 ]]; then echo -e "[${RED}X${WHITE}] $@: $rt" echo "$tmp" ((errors += 1)) return fi Loading