diff options
Diffstat (limited to 'QMTest')
-rw-r--r-- | QMTest/TestCmd.py | 6 | ||||
-rw-r--r-- | QMTest/TestCommon.py | 6 | ||||
-rw-r--r-- | QMTest/TestRuntest.py | 6 | ||||
-rw-r--r-- | QMTest/TestSCons.py | 6 | ||||
-rw-r--r-- | QMTest/TestSConsMSVS.py | 6 | ||||
-rw-r--r-- | QMTest/TestSCons_time.py | 6 | ||||
-rw-r--r-- | QMTest/TestSConsign.py | 6 | ||||
-rw-r--r-- | QMTest/scons_tdb.py | 6 | ||||
-rw-r--r-- | QMTest/unittest.py | 6 |
9 files changed, 54 insertions, 0 deletions
diff --git a/QMTest/TestCmd.py b/QMTest/TestCmd.py index 48ba850..a693f6a 100644 --- a/QMTest/TestCmd.py +++ b/QMTest/TestCmd.py @@ -1471,3 +1471,9 @@ class TestCmd: if mode[0] != 'w': raise ValueError, "mode must begin with 'w'" open(file, mode).write(content) + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/QMTest/TestCommon.py b/QMTest/TestCommon.py index 9b5702a..5431b8c 100644 --- a/QMTest/TestCommon.py +++ b/QMTest/TestCommon.py @@ -620,3 +620,9 @@ class TestCommon(TestCmd): # We're under the development directory for this change, # so this is an Aegis invocation; pass the test (exit 0). self.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/QMTest/TestRuntest.py b/QMTest/TestRuntest.py index e44cd27..08cfb4f 100644 --- a/QMTest/TestRuntest.py +++ b/QMTest/TestRuntest.py @@ -177,3 +177,9 @@ class TestRuntest(TestCommon): def write_passing_test(self, name): self.write(name, passing_test_template) + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index 4a4941d..729243d 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -993,3 +993,9 @@ SConscript( sconscript ) # test/AR.py for sample usage). noisy_ar=r'(ar: creating( archive)? \S+\n?)*' + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/QMTest/TestSConsMSVS.py b/QMTest/TestSConsMSVS.py index 7d9e9a0..0408b67 100644 --- a/QMTest/TestSConsMSVS.py +++ b/QMTest/TestSConsMSVS.py @@ -661,3 +661,9 @@ print "self._msvs_versions =", str(env['MSVS']['VERSIONS']) if os.path.exists(p): return p return apply(os.path.join, [vs_path] + sub_paths[version][0]) + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/QMTest/TestSCons_time.py b/QMTest/TestSCons_time.py index 1fc9dea..869e0cb 100644 --- a/QMTest/TestSCons_time.py +++ b/QMTest/TestSCons_time.py @@ -352,3 +352,9 @@ class TestSCons_time(TestCommon): path = write_sample(archive, dir, self.sample_project_files) return path + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/QMTest/TestSConsign.py b/QMTest/TestSConsign.py index fd8ef30..29d8b2c 100644 --- a/QMTest/TestSConsign.py +++ b/QMTest/TestSConsign.py @@ -82,3 +82,9 @@ class TestSConsign(TestSCons): def run_sconsign(self, *args, **kw): kw.update(self.my_kw) return apply(self.run, args, kw) + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/QMTest/scons_tdb.py b/QMTest/scons_tdb.py index 954b8df..2262808 100644 --- a/QMTest/scons_tdb.py +++ b/QMTest/scons_tdb.py @@ -597,3 +597,9 @@ class Database(database.Database): get_explicit_arguments(r)) raise database.NoSuchResourceError(resource_id) + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/QMTest/unittest.py b/QMTest/unittest.py index f0540a5..c74a4c7 100644 --- a/QMTest/unittest.py +++ b/QMTest/unittest.py @@ -691,3 +691,9 @@ main = TestProgram if __name__ == "__main__": main(module=None) + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |