diff options
Diffstat (limited to 'bin/vyos-smoketest')
-rwxr-xr-x | bin/vyos-smoketest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/vyos-smoketest b/bin/vyos-smoketest index 3c54b8780..6d3442622 100755 --- a/bin/vyos-smoketest +++ b/bin/vyos-smoketest @@ -27,6 +27,7 @@ for root, dirs, files in os.walk('/usr/libexec/vyos/tests/smoke'): if mode & S_IXOTH: try: + print('Running Testcase: ' + test_file) os.system(test_file) except Exception as e: print('Testcase "{}" raised an exception'.format(test_file)) |