]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Fix test names
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 5 Feb 2014 17:03:16 +0000 (18:03 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 5 Feb 2014 17:03:16 +0000 (18:03 +0100)
continuous/tests/ugw-mmap-mmap
continuous/tests/ugw-mmsg-mmsg
continuous/tests/ugw-read-write
continuous/tests/ugw-readnb-write

index a8d10304cf36234b03ae7adee23a401b1062b768..00172b6e94f37f4ef5395c3954f966a114a0db03 100755 (executable)
@@ -2,7 +2,7 @@
 
 . lib.sh
 
 
 . lib.sh
 
-WVSTART User space gateway (mmap-mmap)
+WVSTART "User space gateway (mmap-mmap)"
 
 ../gw-setup/run.pl <<EOF
 ugw -r mmap -t mmap
 
 ../gw-setup/run.pl <<EOF
 ugw -r mmap -t mmap
index 6b21499c2685e0c776a0e8418439a1b0b28ae469..69835eea503335efb5b1878259f1aad853d94625 100755 (executable)
@@ -2,7 +2,7 @@
 
 . lib.sh
 
 
 . lib.sh
 
-WVSTART User space gateway (recvmmsg-sendmmsg)
+WVSTART "User space gateway (recvmmsg-sendmmsg)"
 
 ../gw-setup/run.pl <<EOF
 ugw -r mmsg -t mmsg
 
 ../gw-setup/run.pl <<EOF
 ugw -r mmsg -t mmsg
index 9529d54b51aef61706203c563e6d8d3ff6d52400..cee4fee6f2640ecfe9697f15007b12d2b21ebe3a 100755 (executable)
@@ -2,7 +2,7 @@
 
 . lib.sh
 
 
 . lib.sh
 
-WVSTART User space gateway (read-write)
+WVSTART "User space gateway (read-write)"
 
 ../gw-setup/run.pl <<EOF
 ugw -r read -t write
 
 ../gw-setup/run.pl <<EOF
 ugw -r read -t write
index ce8c22275f6bbd3d068b2c20fe36f4efd19ba15a..f9639ec48d66dc4a9ef322ae7eb4d331c00a2572 100755 (executable)
@@ -2,7 +2,7 @@
 
 . lib.sh
 
 
 . lib.sh
 
-WVSTART User space gateway (non-blocking read-write)
+WVSTART "User space gateway (non-blocking read-write)"
 
 ../gw-setup/run.pl <<EOF
 ugw -r read -t write -n
 
 ../gw-setup/run.pl <<EOF
 ugw -r read -t write -n