update w-racer.sh
authorroot <root@dhcp234.fsl.cs.sunysb.edu>
Fri, 6 May 2022 18:23:06 +0000 (14:23 -0400)
committerroot <root@dhcp234.fsl.cs.sunysb.edu>
Fri, 6 May 2022 18:23:06 +0000 (14:23 -0400)
tests/w-racer.sh

index 2f34765d12f5dfd34598065f00f494c6cb26894c..f948c2671f60e41a5d12403fe90cb96bf5dffa4f 100755 (executable)
@@ -13,6 +13,7 @@ function runcmd
     $@
     ret=$?
     if test $ret -ne 0 ; then
+       echo "$lowertype and $type failed"
        exit $ret
     fi
 }