Fix Bug 1517342 - Taskcluster fails because of missing env var (#4633)
This commit is contained in:
Родитель
6d2e20e9ab
Коммит
8c8697e70f
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
export SHELL=/bin/bash
|
||||
export TASKCLUSTER_ROOT_URL="https://taskcluster.net"
|
||||
# Display required for `browser_parsable_css` tests
|
||||
export DISPLAY=:99.0
|
||||
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 -extension RANDR
|
||||
|
|
Загрузка…
Ссылка в новой задаче