MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / section15skip

Function section15skip

tests/CAT_Flex_test.cpp:1479–1484  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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.
1479void 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

Callers 1

mainFunction · 0.85

Calls 2

sectionMethod · 0.45
skipMethod · 0.45

Tested by

no test coverage detected