blob: 95a6c09bec7555a06f057fd499eee17c626a0270 [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/local-fastbuild/testlogs/polygerrit-ui/app/wct_test/test.log)
exit -1
fi