From 23d37c91aff55a741d62b5d348cf791a1df6a6c8 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 26 Sep 2016 03:18:32 +0200 Subject: cosmetic: vty_test_runner.py: add comment for vim auto settings Change-Id: I61a0476a0317b011432bb4f6f593cfdcaf1c072b --- openbsc/tests/vty_test_runner.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3