move testdata.txt to citest folder

This commit is contained in:
Bastian Schroll 2017-02-21 09:00:12 +01:00
parent 114056995c
commit bb680de539
3 changed files with 1 additions and 8 deletions

View file

@ -377,7 +377,7 @@ try:
rawMmOut.close() rawMmOut.close()
else: else:
logging.debug("start testing") 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: for testData in testFile:
if (len(testData.rstrip(' \t\n\r')) > 1) and ("#" not in testData[0]): if (len(testData.rstrip(' \t\n\r')) > 1) and ("#" not in testData[0]):
logging.info("Testdata: %s", testData.rstrip(' \t\n\r')) logging.info("Testdata: %s", testData.rstrip(' \t\n\r'))

View file

@ -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);