bash: pass "make test" exitcode through expect

This commit is contained in:
Xi Ruoyao 2021-07-19 21:39:13 +08:00
parent 7d88d57dd3
commit 94862dad61
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -83,6 +83,8 @@
set timeout -1
spawn make tests
expect eof
lassign [wait] _ _ _ value
exit $value
EOF</userinput></screen>
<para>Install the package:</para>