Fix: test_benchmark: do not match "CPU(s) scaling MHz:"
[lttng-ust.git] / tests / tracepoint / run
diff --git a/tests/tracepoint/run b/tests/tracepoint/run
deleted file mode 100755 (executable)
index 0da9864..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-TESTDIR=$(dirname $0)/..
-
-source $TESTDIR/test_functions.sh
-source $TESTDIR/tap.sh
-
-starttest "Testing Tracepoints"
-plan_tests 6
-
-okx usttrace $TESTDIR/tracepoint/tracepoint_test
-trace_loc=$(usttrace -W)
-trace_matches -N "probe1" -n "5" "probe = 13" $trace_loc
-trace_matches -N "probe2" -n "5" "probe = 42" $trace_loc
-trace_matches -N "probe3" -n "1" "probe = \"probe3\"" $trace_loc
-trace_matches -N "probe4" -n "100" "probe4 = 42" $trace_loc
-check_trace_logs "$trace_loc"
This page took 0.023084 seconds and 4 git commands to generate.