changed preflight check of logfiles to also include multiple logfiles… - #145
Conversation
…, not only no logfiles
cbueth
left a comment
There was a problem hiding this comment.
Failing preflight tests need to be changed.
Signed-off-by: Carlson Büth <commit@cbueth.de>
cbueth
left a comment
There was a problem hiding this comment.
The tests did not account for the new DATA_LOGFILE_*.txt check added in the preflight logic, nor for the != 1 semantics that replace the old == 0 checks. I added the missing logfile to all test fixtures, added a data_logfile_missing test scenario, and fixed an unrelated naming inconsistency in test_preflight_stimulus_dir_empty_with_archive. See 5b67563.
… logfiles Signed-off-by: Carlson Büth <commit@cbueth.de>
|
The previous |
…le_logfiles # Conflicts: # preprocessing/checks/preflight.py
…, not only no logfiles as described in #144