mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
move testdata.txt to citest folder
This commit is contained in:
parent
114056995c
commit
bb680de539
|
|
@ -377,7 +377,7 @@ try:
|
|||
rawMmOut.close()
|
||||
else:
|
||||
logging.debug("start testing")
|
||||
testFile = open(globalVars.script_path+"/testdata/testdata.txt","r")
|
||||
testFile = open(globalVars.script_path+"/citest/testdata.txt","r")
|
||||
for testData in testFile:
|
||||
if (len(testData.rstrip(' \t\n\r')) > 1) and ("#" not in testData[0]):
|
||||
logging.info("Testdata: %s", testData.rstrip(' \t\n\r'))
|
||||
|
|
|
|||
7
testdata/rt_fm errors.txt
vendored
7
testdata/rt_fm errors.txt
vendored
|
|
@ -1,7 +0,0 @@
|
|||
Error Messages from RTL_FM
|
||||
|
||||
fprintf(stderr, "Signal caught, exiting!\n");
|
||||
fprintf(stderr, "Failed to open rtlsdr device #%d.\n", dongle.dev_index);
|
||||
fprintf(stderr, "Failed to open %s\n", output.filename);
|
||||
fprintf(stderr, "\nUser cancel, exiting...\n");
|
||||
fprintf(stderr, "\nLibrary error %d, exiting...\n", r);
|
||||
Loading…
Reference in a new issue