Commit d42f6ef2 authored by Matthieu Cattin's avatar Matthieu Cattin

test00: Minor modif of exception text.

parent cd9116cb
......@@ -62,7 +62,7 @@ def main (default_directory='.'):
try:
carrier = CFmcAdc100mSpec(spec, EXPECTED_BITSTREAM_TYPE)
except FmcAdc100mSpecOperationError as e:
raise PtsCritical("The test is stopped due to the following critical error: %s" % e)
raise PtsCritical("Carrier init failed, test stopped: %s" % e)
# Print bitsteam type
bitstream_type = carrier.get_bitstream_type()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment