mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
bash: pass "make test" exitcode through expect
This commit is contained in:
parent
7d88d57dd3
commit
94862dad61
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user