aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-26 03:18:32 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-26 13:00:35 +0200
commit23d37c91aff55a741d62b5d348cf791a1df6a6c8 (patch)
tree8d5439f0ae98382e998c3d05288dcba89b141ace
parenta9f2bb5ab878ad192cd5a593596a6450e6ff7b58 (diff)
cosmetic: vty_test_runner.py: add comment for vim auto settings
-rw-r--r--openbsc/tests/vty_test_runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/tests/vty_test_runner.py b/openbsc/tests/vty_test_runner.py
index 00eae70f2..9fe4c3e75 100644
--- a/openbsc/tests/vty_test_runner.py
+++ b/openbsc/tests/vty_test_runner.py
@@ -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