intel / dps-for-iot

Other
61 stars 23 forks source link

Fix check for ERROR messages in test runner. #50

Closed malsbat closed 6 years ago

malsbat commented 6 years ago

Previously the versioning test did not set allow_error=True so the expected output was ['ERROR.*Invalid...', 'ERROR']. Pexpect would then see 'ERROR' (the second item, not the first) on partial output and fail the test.

Signed-off-by: Todd Malsbary todd.malsbary@intel.com

GregBurns commented 6 years ago

Looks good