jjb: Use the https protocol for checkouts on Github, it's faster
[lttng-ci.git] / scripts / packaging / test-run.sh
CommitLineData
f12f1d66 1#!/bin/sh -exu
d7df5cec
JR
2
3lttng create
4lttng enable-event -a -k
5lttng start
dd40459b 6sleep 1
d7df5cec
JR
7lttng stop
8
9count=$(lttng view | wc -l)
10if [ $count -lt "100" ]; then
11 false
12fi
13
14
This page took 0.032731 seconds and 4 git commands to generate.