Closed malsbat closed 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
Looks good
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