Codebase list firejail / 668eba6
Run apps-x11-xorg tests during autopkgtest Reiner Herrmann 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1111 export DISPLAY=:42.0
1212
1313 # run tests
14 for dir in apps apps-x11 environment filters fs profiles sysutils utils;
14 for dir in apps apps-x11 apps-x11-xorg environment filters fs profiles sysutils utils;
1515 do
1616 pushd $dir
1717 bash -x ./$dir.sh | tee -a "$LOGFILE"