projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c3818f
)
Fix typo: utils.sh
author
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Tue, 17 Jul 2012 23:29:29 +0000
(19:29 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Wed, 25 Jul 2012 15:10:28 +0000
(11:10 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/utils.sh
patch
|
blob
|
blame
|
history
diff --git
a/tests/utils.sh
b/tests/utils.sh
index 0d5b13e79445642babb996392e60b78610de81fd..e83001ee517815174d19aedac404c1bebcfbdc22 100644
(file)
--- a/
tests/utils.sh
+++ b/
tests/utils.sh
@@
-45,7
+45,7
@@
function start_sessiond ()
echo -n "Starting session daemon... "
validate_kernel_version
if [ $? -ne 0 ]; then
- echo -e "\n*** Kernel to old for session daemon tests ***\n"
+ echo -e "\n*** Kernel to
o
old for session daemon tests ***\n"
return 2
fi
This page took
0.029091 seconds
and
4
git commands to generate.