diff options
Diffstat (limited to 'test/integ-test/expected-results/poll-unknown.txt')
| -rw-r--r-- | test/integ-test/expected-results/poll-unknown.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/integ-test/expected-results/poll-unknown.txt b/test/integ-test/expected-results/poll-unknown.txt index f17022f..0e35aa6 100644 --- a/test/integ-test/expected-results/poll-unknown.txt +++ b/test/integ-test/expected-results/poll-unknown.txt @@ -1,2 +1,7 @@ #!ipxe -prompt --key 0x02 --timeout 10000 shoelaces: Press Ctrl-B for manual override... && chain -ar http://localhost:18888/ipxemenu || chain -ar http://localhost:18888/poll/1/06-66-de-ad-be-ef +prompt --key 0x02 --timeout 7000 shoelaces: Press Ctrl-B for manual override... \ + && chain -ar http://localhost:18888/ipxemenu \ + || chain -ar http://localhost:18888/poll/1/06-66-de-ad-be-ef + +# Note: the iPXE client will see the above code as an endless loop. +# However, Shoelaces will break that loop after a fixed number of retries. |
