X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/4b76b3ca061852465150edabb76c1a939f191091..25a87df81e3eb9b6e0bff19a2197165b3c3ceb2a:/gw-tests/lib.sh diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index b571996..5108f8d 100644 --- a/gw-tests/lib.sh +++ b/gw-tests/lib.sh @@ -121,14 +121,14 @@ _run() { mkdir -p $dir script=$(echo $dir | sed -e 's/[^/]*/../g')/${test}.sh cd $dir - echo "Working directory: $dir" if [[ ! "$OPT_PLOT_ONLY" ]]; then + echo "Working directory: $dir" _measure fi if [[ ! "$OPT_PLOT_DISABLE" ]]; then _plot fi - cd - + cd - > /dev/null done }