/usr/bin/checkbox-cli is in checkbox-ng 0.23-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #!/usr/bin/env checkbox-launcher
[welcome]
text = Welcome to System Testing!
Checkbox provides tests to confirm that your system is working properly.
Once you are finished running the tests, you can view a summary report for
your system and submit your results to Launchpad.
Warning: Some tests could cause your system to freeze or become
unresponsive. Please save all your work and close all other running
applications before beginning the testing process.
[suite]
whitelist_filter = ^.*$
whitelist_selection = ^default$
[transport]
submit_to = launchpad
|