diff options
Diffstat (limited to 'common/scripts')
-rwxr-xr-x | common/scripts/test_can_bitrate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/test_can_bitrate.sh b/common/scripts/test_can_bitrate.sh index ef5b22a..08592fe 100755 --- a/common/scripts/test_can_bitrate.sh +++ b/common/scripts/test_can_bitrate.sh @@ -73,9 +73,9 @@ for b in `seq 778 790`;do lava-test-case Receive_can1 --result fail --measurement $b --units bit/s sleep 2 echo "This bitrate $b belongs to the domain but doesn't provide frames transmission" - break fi rm $file_can + break fi done |