From: Jérémie Galarneau Date: Wed, 6 Jul 2016 19:47:18 +0000 (-0400) Subject: Run userspace perf tests on non-x86 platforms X-Git-Tag: v2.9.0-rc1~85 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=9ef884643c4593e951d7e08869e1d7ac99856144 Run userspace perf tests on non-x86 platforms Signed-off-by: Jérémie Galarneau --- diff --git a/tests/regression/ust/test_event_perf b/tests/regression/ust/test_event_perf index 7dc21681f..a01418ab5 100755 --- a/tests/regression/ust/test_event_perf +++ b/tests/regression/ust/test_event_perf @@ -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