create scripts print when they are finished

This commit is contained in:
Matthew Stidham
2021-02-10 13:25:41 -08:00
parent 35270eb0ae
commit f7162411e6
11 changed files with 458 additions and 4 deletions

View File

@@ -185,6 +185,7 @@ python3 ./test_ipv4_variable_time.py
if not ip_var_test.passes():
print(ip_var_test.get_fail_message())
ip_var_test.exit_fail()
print('Creates %s stations and connections' % num_sta)
if __name__ == "__main__":