From bc6dc7efdb65a6f5ac01cc2c306951dd9dd92fc4 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Wed, 26 Nov 2014 18:20:03 +0000 Subject: docs: add exit status documentation Signed-off-by: Thomas Wood --- .../intel-gpu-tools/igt_test_programs.xml | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'docs') diff --git a/docs/reference/intel-gpu-tools/igt_test_programs.xml b/docs/reference/intel-gpu-tools/igt_test_programs.xml index 29698942..07285fe7 100644 --- a/docs/reference/intel-gpu-tools/igt_test_programs.xml +++ b/docs/reference/intel-gpu-tools/igt_test_programs.xml @@ -57,6 +57,45 @@ + + + Exit Status + + The following exit status codes are defined: + + + + + NameValueDescription + + + + #IGT_EXIT_SUCCESS + 0 + The test was succesful + + + #IGT_EXIT_SKIP + 77 + The test was skipped + + + #IGT_EXIT_TIMEOUT + 78 + The test took longer than expected and was stopped + + + #IGT_EXIT_INVALID + 79 + An invalid option or subtest was specified + + + + + + Any other exit status indicates a test failure. + + -- cgit v1.2.3