cosmetic: vty_test_runner.py: add comment for vim auto settings

Change-Id: I61a0476a0317b011432bb4f6f593cfdcaf1c072b
This commit is contained in:
Neels Hofmeyr 2016-09-26 03:18:32 +02:00
parent a9f2bb5ab8
commit 23d37c91af
1 changed files with 2 additions and 0 deletions

View File

@ -1338,3 +1338,5 @@ if __name__ == '__main__':
add_sgsn_test(suite, workdir)
res = unittest.TextTestRunner(verbosity=verbose_level).run(suite)
sys.exit(len(res.errors) + len(res.failures))
# vim: set shiftwidth=4 expandtab nocin ai