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:
983875b
)
Fix typos in uri_switch test
author
David Goulet
<dgoulet@efficios.com>
Wed, 15 Aug 2012 14:41:46 +0000
(10:41 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Wed, 15 Aug 2012 14:41:46 +0000
(10:41 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/tools/streaming/uri_switch
patch
|
blob
|
blame
|
history
diff --git
a/tests/tools/streaming/uri_switch
b/tests/tools/streaming/uri_switch
index d6fc9385b69642d8a09abd2245df635d1d63110f..a6b158230f4cb4cedd5793a413101508e8948812 100755
(executable)
--- a/
tests/tools/streaming/uri_switch
+++ b/
tests/tools/streaming/uri_switch
@@
-106,8
+106,6
@@
function test_uri_switch_localhost_folder
if [ $? -eq 0 ]; then
# Only delete if successful
rm -rf $TRACE_PATH
- else
- break
fi
}
@@
-191,10
+189,10
@@
IPVER=$1
validate_trace $EVENT_NAME $TMP_PATH/$FILE_PATH
if [ $? -eq 0 ]; then
- # Only delete if successful
- rm -rf $TMP_PATH
+
# Only delete if successful
+
rm -rf $TMP_PATH
else
- break
+
break
fi
done
}
This page took
0.025813 seconds
and
4
git commands to generate.