projects
/
wrapfs-mgmt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5477df
)
update w-racer.sh
author
root
<root@dhcp234.fsl.cs.sunysb.edu>
Fri, 6 May 2022 18:23:06 +0000
(14:23 -0400)
committer
root
<root@dhcp234.fsl.cs.sunysb.edu>
Fri, 6 May 2022 18:23:06 +0000
(14:23 -0400)
tests/w-racer.sh
patch
|
blob
|
history
diff --git
a/tests/w-racer.sh
b/tests/w-racer.sh
index 2f34765d12f5dfd34598065f00f494c6cb26894c..f948c2671f60e41a5d12403fe90cb96bf5dffa4f 100755
(executable)
--- a/
tests/w-racer.sh
+++ b/
tests/w-racer.sh
@@
-13,6
+13,7
@@
function runcmd
$@
ret=$?
if test $ret -ne 0 ; then
+ echo "$lowertype and $type failed"
exit $ret
fi
}