Skipped form when --pty was not passed: don't try the round-trip (it would just time out against a PTY that isn't wired up) — skip cleanly instead.
| 1477 | // Skipped form when --pty was not passed: don't try the round-trip (it would just |
| 1478 | // time out against a PTY that isn't wired up) — skip cleanly instead. |
| 1479 | void section15skip(Runner& r) |
| 1480 | { |
| 1481 | r.section(QStringLiteral("Section 15 — PTY round-trip (skipped — pass --pty PATH to enable)")); |
| 1482 | for (const char* name : { "15.1 PTY ID;", "15.2 PTY ZZFA;", "15.3 PTY PS;" }) |
| 1483 | r.skip(QString::fromLatin1(name), QStringLiteral("--pty not set")); |
| 1484 | } |
| 1485 | |
| 1486 | } // namespace |
| 1487 |