aboutsummaryrefslogtreecommitdiff
path: root/test/scripts/jenkins_unit.sh
blob: ebeceabed8eeb61c01657ddee9bdaa5cc5f07e91 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

set -e
source "$(dirname $0)/_jenkins_setup.sh"

xvfb-run "$(npm bin)/grunt" jenkins:unit;