Unverified Commit 01406d29 authored by Tom Moulard's avatar Tom Moulard
Browse files

test: outputing error output when running tests

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