Lines Matching +full:piglit +full:- +full:results
3 set -e
7 # Exit as a "skip" so make check works even without piglit.
12 echo "PIGLIT_DIR must be set to the directory of the piglit repository."
13 # Exit as a "skip" so make check works even without piglit.
18 echo "PIGLIT_RESULTS_DIR must be set to where to output piglit results."
41 $XSERVER_BUILDDIR/test/simple-xinit \
42 $XSERVER_DIR/test/scripts/xinit-piglit-session.sh \
43 -- \
46 # Write out piglit-summaries.
48 LONG_SUMMARY=$PIGLIT_RESULTS_DIR/long-summary
49 $PIGLIT_DIR/piglit summary console -s $PIGLIT_RESULTS_DIR > $SHORT_SUMMARY
50 $PIGLIT_DIR/piglit summary console $PIGLIT_RESULTS_DIR > $LONG_SUMMARY
55 # Parse the piglit summary to decide on our exit status.
69 $PIGLIT_DIR/piglit summary html \
70 --overwrite \
75 echo "Some piglit tests failed."