Reorganisation of the repo and cleanup
[lttng-ci.git] / packaging / test-run.sh
diff --git a/packaging/test-run.sh b/packaging/test-run.sh
deleted file mode 100755 (executable)
index 751b0e2..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-lttng create
-lttng enable-event -a -k
-lttng start
-sleep 1
-lttng stop
-
-count=$(lttng view | wc -l)
-if [ $count -lt "100" ]; then
-       false
-fi
-
-
This page took 0.022119 seconds and 4 git commands to generate.