]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/lib.sh
Fix typo
[can-benchmark.git] / gw-tests / lib.sh
index 79899c4ed150744c1c0ce4dbd1815311d9eaa33d..e0ab6445efc547d3c3f54c1f7e514e56de368f8e 100644 (file)
@@ -89,10 +89,10 @@ _run() {
             # Delete all vcan interfaces
            sshgw 'for dev in $(ip l|grep -o vcan[^:]\\+); do ip link del dev $dev; done'
            # Reset priorities
-           sshgw 'chrt -p -f 50 `pidof irq/145-can0` > /dev/null'
-           sshgw 'chrt -p -f 50 `pidof irq/146-can1` > /dev/null'
-           sshgw 'chrt -p -f 49 `pidof sirq-net-rx/0` > /dev/null'
-           sshgw 'chrt -p -f 49 `pidof sirq-net-tx/0` > /dev/null'
+           sshgw 'chrt -p -f 50 `pidof irq/145-can0` > /dev/null || :'
+           sshgw 'chrt -p -f 50 `pidof irq/146-can1` > /dev/null || :'
+           sshgw 'chrt -p -f 49 `pidof sirq-net-rx/0` > /dev/null || :'
+           sshgw 'chrt -p -f 49 `pidof sirq-net-tx/0` > /dev/null || :'
            cleanupgw
            
            main
@@ -119,7 +119,7 @@ _myexit() {
        error "bug in the test script: No test_end called"
     fi
     if ! test -n "$exit_ok"; then
-       error "FATAL: Command '$cmd' exited with code $code"
+       error "FATAL: Command '$cmd' exit with code $code"
     fi
 }