]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - ugw/data/bench-all.sh
More fixes for new novaboot
[can-benchmark.git] / ugw / data / bench-all.sh
index 3048da73c5063c6c53796c4be86df16d1f752103..4ead5e6f79575a3784cfb07d8131944d310ef52e 100755 (executable)
@@ -31,7 +31,7 @@ methods=${@:-rtems kernel read-write readnb-write mmap-write mmap-mmap mmapbusy-
 for method in $methods; do
     set -x
     case $method in
-       rtems) ../../rtems/gw/boot --expect '"]", sub { shift->send_slow(0.1, "startGW\n"); }' --exiton 'tasks started';;
+       rtems) ../../rtems/gw/boot --expect-raw '"]", sub { shift->send_slow(0.1, "startGW\n"); }' --exiton 'tasks started';;
        kernel)         ../ppc/boot -a kernelgw --exiton "Kernel GW started";;
        read-write)     ../ppc/boot             --exiton "UGW started";;
        readnb-write)   ../ppc/boot -a "ugw=|-n|" --exiton "UGW started";;