Skip to content

Commit

Permalink
Update build.sh to use xvfb-run
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Feb 10, 2015
1 parent cb789da commit d8b169b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -a # make sure the env vars are exported
source <(etc/scripts/allocate-jboss-ports)
exec mvn "$@"
exec xvfb-run -a mvn "$@"

0 comments on commit d8b169b

Please sign in to comment.