small fix to variable_time

This commit is contained in:
Matthew Stidham
2021-01-18 14:35:25 -08:00
committed by Jed Reynolds
parent 7b7aaa25db
commit 5d95390fba

View File

@@ -264,7 +264,7 @@ python3 ./test_ipv4_variable_time.py
script_name='test_ipv4_variable_time',
show=show,
arguments=args)
print(ip_var_test.cx_profile.create())
ip_var_test.stop()
if not ip_var_test.passes():
print(ip_var_test.get_fail_message())