This file is indexed.

/usr/lib/plainbox-providers-1/checkbox/jobs/rendercheck.txt is in plainbox-provider-checkbox 0.3-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
plugin: shell
name: rendercheck/tests
requires:
 package.name == 'x11-apps'
command: ( rendercheck_test -b repeat -b gradients -d -o $CHECKBOX_DATA/rendercheck-results && echo "Rendercheck tests completed successfully" ) || ( echo "Error running rendercheck. Please see the log $CHECKBOX_DATA/rendercheck-results for details" >&2 && false )
description:
 Runs all of the rendercheck test suites. This test can take a few minutes.

plugin: attachment
name: rendercheck/tarball
depends: rendercheck/tests
command: [ -e $CHECKBOX_DATA/rendercheck-results ] && tar cvfz $CHECKBOX_DATA/rendercheck-results.tar.gz $CHECKBOX_DATA/rendercheck-results && cat $CHECKBOX_DATA/rendercheck-results.tar.gz
description: Attach log from rendercheck tests