diff --git a/slsDetectorSoftware/src/DetectorImpl.cpp b/slsDetectorSoftware/src/DetectorImpl.cpp index a64dadd95..12bbb9a45 100644 --- a/slsDetectorSoftware/src/DetectorImpl.cpp +++ b/slsDetectorSoftware/src/DetectorImpl.cpp @@ -1314,7 +1314,7 @@ void DetectorImpl::processData(bool receiver) { } // only update progress else { - LOG(logINFO) << "Type 'q' and hit enter to stop"; + LOG(logINFO) << "Type 'q' and hit enter to stop acquisition"; double progress = 0; printProgress(progress); diff --git a/slsDetectorSoftware/tests/test-CmdProxy-rx.cpp b/slsDetectorSoftware/tests/test-CmdProxy-rx.cpp index 728035b8b..2cc550812 100644 --- a/slsDetectorSoftware/tests/test-CmdProxy-rx.cpp +++ b/slsDetectorSoftware/tests/test-CmdProxy-rx.cpp @@ -145,7 +145,8 @@ TEST_CASE("rx_missingpackets", "[.cmd][.rx]") { REQUIRE(oss.str() != "rx_missingpackets [0, 0]\n"); } } - { + auto det_type = det.getDetectorType().squash(); + if (det_type != defs::CHIPTESTBOARD && det_type != defs::MOENCH) { // 0 missing packets (takes into account that acquisition is stopped) det.startReceiver(); det.startDetector();