Commit 4a88f8e6 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

added test status as final verbose

parent 9d977f68
Pipeline #149 passed with stages
in 11 seconds
......@@ -65,6 +65,9 @@ if [ "$unittest_status" != 0 ] || [ "$import_status" != 0 ]; then
echo "===================== POST BUILD BELOW ====================="
exit 1
else
echo "Test done!"
echo "importability status: $import_status"
echo "Unit test status: $unittest_status"
echo "===================== POST BUILD BELOW ====================="
exit 0
fi
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment