summaryrefslogtreecommitdiff
path: root/tests/check_drm_clients
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-12-03 11:36:02 +0000
committerThomas Wood <thomas.wood@intel.com>2015-12-03 11:36:02 +0000
commit02cdd9899dbf56ae8b9ae8ee2b83e2afcd479193 (patch)
treefdcdfc4953f9601b5cb326409f8df9761207132c /tests/check_drm_clients
parent8a58734c110375793306fc10a31d5b17e816471b (diff)
tests: add exit value constants for shell script tests
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/check_drm_clients')
-rwxr-xr-xtests/check_drm_clients2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_drm_clients b/tests/check_drm_clients
index eb12416a..2a891b89 100755
--- a/tests/check_drm_clients
+++ b/tests/check_drm_clients
@@ -3,4 +3,4 @@
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
. $SOURCE_DIR/drm_lib.sh
-exit 0
+exit $IGT_EXIT_SUCCESS