Test: Add the new log4j agent
[lttng-tools.git] / tests / regression / ust / test_event_perf
index c38fa6cb059168433bed959fd7bf03176f1ce4bb..4e08ef08d109ea61ac27eb88549ed622ce624d5f 100755 (executable)
@@ -78,6 +78,13 @@ 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.022789 seconds and 4 git commands to generate.