bt2 benchmark: parsers must be defined first
[lttng-ci.git] / scripts / packaging / test-run.sh
... / ...
CommitLineData
1#!/bin/sh -exu
2
3lttng create
4lttng enable-event -a -k
5lttng start
6sleep 1
7lttng stop
8
9count=$(lttng view | wc -l)
10if [ $count -lt "100" ]; then
11 false
12fi
13
14
This page took 0.043146 seconds and 4 git commands to generate.