bt2 benchmark: parsers must be defined first
[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.028865 seconds and 4 git commands to generate.