Changeset 7d88d57


Ignore:
Timestamp:
07/19/2021 01:29:20 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
94862da
Parents:
2d30be4
Message:

bash: disable timeout to prevent Expect from exiting early

The default timeout is only 10 seconds, where the bash tests won't
complete on most systems. Then expect will exit early, with bash tests
running in background. We won't like this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    r2d30be4 r7d88d57  
    8181
    8282<screen><userinput remap="test">su -s /usr/bin/expect tester &lt;&lt; EOF
    83 spawn make tests; expect eof;
     83set timeout -1
     84spawn make tests
     85expect eof
    8486EOF</userinput></screen>
    8587
Note: See TracChangeset for help on using the changeset viewer.