X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/2e64d06c62af2edad0f9233c5e57ff6e3cef0c88..7cf167227b31a3a2aa6488b4de482927d9ffaa0e:/gw-tests/lib.sh diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index 46031a4..2312d43 100644 --- 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|floof|50|oneatatime) OPT_TRAFFIC=$2;; + all|flood|50|oneatatime) OPT_TRAFFIC=$2;; *) error "Unknown traffic specification: $2";; esac; shift 2;; @@ -122,6 +122,7 @@ _run() { if [[ ! "$OPT_PLOT_DISABLE" ]]; then _plot fi + cd - done done }