blob: 69465dbfc661bcd120f285fbe37465b6cdb881f2 [file] [log] [blame]
#!/bin/bash -e
if [ -f ~/polygerrit-failed ]
then
echo ""
echo "*** POLYGERRIT TEST FAILED ***"
echo "See test log below"
echo "=============================="
echo ""
cat $(ls ~/.cache/bazel/_bazel_jenkins/*/execroot/gerrit/bazel-out/*/testlogs/polygerrit-ui/app/wct_test/test.log)
exit -1
fi