summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/perf/tests/shell/record.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/tests/shell/record.sh b/tools/perf/tests/shell/record.sh
index cd1cf14259b8e..d98f4d4a00e14 100755
--- a/tools/perf/tests/shell/record.sh
+++ b/tools/perf/tests/shell/record.sh
@@ -37,6 +37,8 @@ test_register_capture() {
echo "Register capture test [Success]"
}
+# Test for platform support and return TEST_SKIP
+[ $(uname -m) = s390x ] && exit 2
test_per_thread
test_register_capture
exit $err