Skip to content
Snippets Groups Projects
Commit bbfa05f7 authored by inso's avatar inso
Browse files

Add new file xvfb run

parent b420358c
No related branches found
No related tags found
No related merge requests found
Pipeline #
#!/bin/bash
export DISPLAY=:99
/etc/init.d/xvfb start
sleep 1
$@
exit_value=$?
/etc/init.d/xvfb stop
exit $exit_value
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment