projects
/
lttng-ci.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add sles12 packaging test
[lttng-ci.git]
/
packaging
/
test-run.sh
1
#!/bin/sh
2
3
lttng create
4
lttng enable-event
-a -k
5
lttng start
6
sleep
1
7
lttng stop
8
9
count
=
$
(
lttng view |
wc
-l
)
10
if
[
$count
-lt
"100"
];
then
11
false
12
fi
13
14
This page took
0.055051 seconds
and
5
git commands to generate.