kibana/test/scripts/jenkins_report_failed_tests.sh
2018-11-29 03:10:12 -08:00

6 lines
88 B
Bash
Executable file

#!/usr/bin/env bash
set -e
xvfb-run "$(FORCE_COLOR=0 yarn bin)/grunt" jenkins:report;