changed test
All checks were successful
Build on RHEL8 / build (push) Successful in 4m39s
Build on RHEL9 / build (push) Successful in 4m42s

This commit is contained in:
mazzol_a 2025-05-01 16:52:59 +02:00
parent 361cd14fde
commit d368d59ddb

View File

@ -53,11 +53,13 @@ auto get_test_parameters() {
}
TEST_CASE("cant put if receiver is not idle", "[.cmdcall][.rx]") {
std::cout << "im in here: " << std::endl;
Detector det;
Caller caller(&det);
det.setFileWrite(false); // avoid writing or error on file creation
auto [command, function_arguments] = get_test_parameters();
// start receiver
std::ostringstream oss;
caller.call("rx_start", {}, -1, PUT,