bash: Really pass through the return code

This commit is contained in:
Poltern 2024-02-06 15:49:41 +05:00
parent 855635a4eb
commit f8ddca6c50

View File

@ -84,7 +84,7 @@
<application>Expect</application> и запустите тесты от имени пользователя <systemitem <application>Expect</application> и запустите тесты от имени пользователя <systemitem
class="username">tester</systemitem>:</para> class="username">tester</systemitem>:</para>
<screen><userinput remap="test">su -s /usr/bin/expect tester &lt;&lt; EOF <screen><userinput remap="test">su -s /usr/bin/expect tester &lt;&lt; "EOF"
set timeout -1 set timeout -1
spawn make tests spawn make tests
expect eof expect eof