aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.4/bin/integration-scripts/buildbot-run-cfx-helper
blob: 6d1fc146c8fc467707ca24b5dec3a614505729a4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

source ./bin/activate
if [ type -P xvfb-run ]
then
  xvfb-run cfx $*
else
  cfx $*
fi  
deactivate