summaryrefslogtreecommitdiff
path: root/tools/perf/tests/shell/common/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/shell/common/init.sh')
-rw-r--r--tools/perf/tests/shell/common/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/shell/common/init.sh b/tools/perf/tests/shell/common/init.sh
index 259706ef5899..26c7525651e0 100644
--- a/tools/perf/tests/shell/common/init.sh
+++ b/tools/perf/tests/shell/common/init.sh
@@ -88,7 +88,7 @@ consider_skipping()
# the runmode of a testcase needs to be at least the current suite's runmode
if [ $PERFTOOL_TESTSUITE_RUNMODE -lt $TESTCASE_RUNMODE ]; then
print_overall_skipped
- exit 0
+ exit 2
fi
}