projects
/
can-benchmark.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25def51
)
Fix typo
author
Michal Sojka
<sojkam1@fel.cvut.cz>
Sat, 4 Dec 2010 07:35:45 +0000
(08:35 +0100)
committer
Michal Sojka
<sojkam1@fel.cvut.cz>
Sat, 4 Dec 2010 07:35:45 +0000
(08:35 +0100)
gw-tests/lib.sh
patch
|
blob
|
history
diff --git
a/gw-tests/lib.sh
b/gw-tests/lib.sh
index
5d3507f
..
2312d43
100644
(file)
--- a/
gw-tests/lib.sh
+++ b/
gw-tests/lib.sh
@@
-15,7
+15,7
@@
while [ $# -gt 0 ]; do
-p) OPT_PLOT_ONLY=1; shift;;
-X|--no-x11-plot) OPT_NO_X11=1; shift;;
-t) case "$2" in
- all|floo
f
|50|oneatatime) OPT_TRAFFIC=$2;;
+ all|floo
d
|50|oneatatime) OPT_TRAFFIC=$2;;
*) error "Unknown traffic specification: $2";;
esac;
shift 2;;