Run userspace perf tests on non-x86 platforms
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 6 Jul 2016 19:47:18 +0000 (15:47 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 6 Jul 2016 23:39:39 +0000 (19:39 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/ust/test_event_perf

index 7dc21681fd26deb291e10724f8a68fd6d368bf25..a01418ab55167cd60c64c4b921961411120ef525 100755 (executable)
@@ -78,13 +78,6 @@ function test_event_basic()
        rm -rf $TRACE_PATH
 }
 
-uname -m|grep x86 >/dev/null
-if test $? != 0; then
-       plan_tests 1
-       ok 0 "This test only runs on x86"
-       exit 0
-fi
-
 # MUST set TESTDIR before calling those functions
 plan_tests $NUM_TESTS
 
This page took 0.024802 seconds and 4 git commands to generate.