gecko-dev/taskcluster/scripts
Andrew Halberstadt 9587255e24 Bug 1285582 - Make sure Xvfb is running for interactive tasks, r=dustin
Normally we start Xvfb as a background task, then run the tests from the
same script. However, in interactive mode we were starting Xvfb, the script
would exit, and then we would potentially run tests later on from another
script. Unforunately this meant that Xvfb was dying with the first script
and tests would fail.

This patch runs Xvfb in a screen session so that it will still be available
later on when running an interactive shell.

MozReview-Commit-ID: EduVyglo2BG

--HG--
extra : rebase_source : 6e2c40ee16f80792f038fd581168e181a2c4bf51
2016-07-11 11:14:46 -04:00
..
builder Bug 1280637 - Implement tsan (thread sanitizer), asan (address sanitizer), and msan (uninitialized memory) jobs, r=terrence 2016-07-15 12:33:40 -07:00
misc Backed out changeset 86d07e6bd5b7 (bug 1272629) 2016-07-22 08:35:06 +02:00
phone-builder Bug 1284447 - Cleanup Gecko and mozharness configs r=jlund,wcosta 2016-07-05 13:10:08 +02:00
tester Bug 1285582 - Make sure Xvfb is running for interactive tasks, r=dustin 2016-07-11 11:14:46 -04:00
copy.sh