From: Michal Sojka Date: Fri, 17 Oct 2014 13:44:11 +0000 (+0200) Subject: Improve continuous tests runner X-Git-Tag: pc-sw-update~7 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/2c56cfb6f9e9fa6c85cb3eddceb036200697f835?hp=2c56cfb6f9e9fa6c85cb3eddceb036200697f835 Improve continuous tests runner - Do not run ifup scripts. They restart openssh server and if this happens too often, systemd marks it as failed. - Output newly added out_of_range statistics - Use bc to compare floating point "$avg" - otherwise, there is a warning. Also use herestring syntax (<<<) available in bash and zsh. ---