From 94862dad6173cfd146f41cd1ca1b0149f8215451 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 19 Jul 2021 21:39:13 +0800 Subject: bash: pass "make test" exitcode through expect --- chapter08/bash.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chapter08/bash.xml') diff --git a/chapter08/bash.xml b/chapter08/bash.xml index 275a63e68..5007c2d46 100644 --- a/chapter08/bash.xml +++ b/chapter08/bash.xml @@ -83,6 +83,8 @@ set timeout -1 spawn make tests expect eof +lassign [wait] _ _ _ value +exit $value EOF Install the package: -- cgit v1.2.3-54-g00ecf