]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/rtt-virtual.sh
Rename broken test (to be skipped)
[can-benchmark.git] / tests / rtt-virtual.sh
index cf8cca43cbb3ae73d40b8f2eff0d106d8d579908..1762d33fff4d411aaaa857e63195e1fdad014e2b 100755 (executable)
@@ -10,7 +10,7 @@ t() {
 
 TESTS="lincan_virtual socketcan_virtual"
 
-PLOT_CMD='
+p() { cat <<EOF
 set title "Round-trip time - virtual CAN"
 set logscale y
 set grid
@@ -18,5 +18,5 @@ set xlabel "Time [{/Symbol m}s]"
 set ylabel "Latency profile [messages]"
 plot [0:] "socketcan-virtual-1000.dat" with lp title "Socketcan",\
           "lincan-virtual-1000.dat" with lp title "Lincan"
-'
-
+EOF
+}