|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST v4 17/25] standalone: propagate result of command from with_logging
Such that the overall script gets the return code of the test/job
which was run.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---
standalone | 1 +
1 file changed, 1 insertion(+)
diff --git a/standalone b/standalone
index caf3fd5..3189e84 100755
--- a/standalone
+++ b/standalone
@@ -156,6 +156,7 @@ with_logging() {
if [ $rc -ne 0 ] ; then
echo "FAILED rc=${rc}" >&2
fi
+ return $rc
}
# other potential ops:
--
2.1.4
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |