File: gui

package info (click to toggle)
auto-multiple-choice 1.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92,612 kB
  • sloc: perl: 26,752; xml: 24,889; cpp: 1,997; python: 895; makefile: 569; sh: 233; ansic: 195
file content (8 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /bin/sh

export HOME=$AUTOPKGTEST_TMP
echo "Test: gui" > $AUTOPKGTEST_ARTIFACTS/gui.log
xvfb-run auto-multiple-choice gui --do-nothing --debug-file $AUTOPKGTEST_ARTIFACTS/gui.log 2> $AUTOPKGTEST_ARTIFACTS/stderr.log

# stderr messages about zink are NOT errors
! grep -vP '(glx: failed to create drisw screen|ZINK: vkCreateInstance failed|DRI3 not available|failed to load driver: zink)' $AUTOPKGTEST_ARTIFACTS/stderr.log