Automate virtual test (#714)

* using argparse for parsing command line arguments

* added command line option to specify which servers to run

---------

Co-authored-by: Erik Fröjdh <erik.frojdh@gmail.com>
This commit is contained in:
2023-05-11 12:15:22 +02:00
committed by GitHub
parent da4dd0df7e
commit fb25a01db5
5 changed files with 212 additions and 4 deletions

View File

@ -3222,7 +3222,7 @@ slsDetectorDefs::detectorType Module::getDetectorTypeFromShm(int det_id,
bool verify) {
if (!shm.exists()) {
throw SharedMemoryError("Shared memory " + shm.getName() +
"does not exist.\n Corrupted Multi Shared "
" does not exist.\n Corrupted Multi Shared "
"memory. Please free shared memory.");
}