summaryrefslogtreecommitdiff
path: root/tests/drv_debugfs_reader
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/drv_debugfs_reader
parent8a58734c110375793306fc10a31d5b17e816471b (diff)
tests: add exit value constants for shell script tests
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/drv_debugfs_reader')
-rwxr-xr-xtests/drv_debugfs_reader2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/drv_debugfs_reader b/tests/drv_debugfs_reader
index 9e2845eb..6ea4e64e 100755
--- a/tests/drv_debugfs_reader
+++ b/tests/drv_debugfs_reader
@@ -6,4 +6,4 @@ SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
# read everything we can
cat $i915_dfs_path/* > /dev/null 2>&1
-exit 0
+exit $IGT_EXIT_SUCCESS