summaryrefslogtreecommitdiffstats
path: root/test/Interactive
diff options
context:
space:
mode:
Diffstat (limited to 'test/Interactive')
-rw-r--r--test/Interactive/Alias.py6
-rw-r--r--test/Interactive/Default-None.py6
-rw-r--r--test/Interactive/Default.py6
-rw-r--r--test/Interactive/added-include.py6
-rw-r--r--test/Interactive/basic.py6
-rw-r--r--test/Interactive/cache-debug.py6
-rw-r--r--test/Interactive/cache-disable.py6
-rw-r--r--test/Interactive/cache-force.py6
-rw-r--r--test/Interactive/cache-show.py6
-rw-r--r--test/Interactive/clean.py6
-rw-r--r--test/Interactive/exit.py6
-rw-r--r--test/Interactive/failure.py6
-rw-r--r--test/Interactive/help.py6
-rw-r--r--test/Interactive/implicit-VariantDir.py6
-rw-r--r--test/Interactive/option--Q.py6
-rw-r--r--test/Interactive/option-i.py6
-rw-r--r--test/Interactive/option-j.py6
-rw-r--r--test/Interactive/option-k.py6
-rw-r--r--test/Interactive/option-n.py6
-rw-r--r--test/Interactive/option-s.py6
-rw-r--r--test/Interactive/repeat-line.py6
-rw-r--r--test/Interactive/shell.py6
-rw-r--r--test/Interactive/taskmastertrace.py6
-rw-r--r--test/Interactive/tree.py6
-rw-r--r--test/Interactive/unknown-command.py6
-rw-r--r--test/Interactive/variant_dir.py6
-rw-r--r--test/Interactive/version.py6
27 files changed, 162 insertions, 0 deletions
diff --git a/test/Interactive/Alias.py b/test/Interactive/Alias.py
index fc05b9a..ab4c64c 100644
--- a/test/Interactive/Alias.py
+++ b/test/Interactive/Alias.py
@@ -83,3 +83,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/Default-None.py b/test/Interactive/Default-None.py
index 36ebf2f..3f4db82 100644
--- a/test/Interactive/Default-None.py
+++ b/test/Interactive/Default-None.py
@@ -94,3 +94,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/Default.py b/test/Interactive/Default.py
index d6205e2..9429568 100644
--- a/test/Interactive/Default.py
+++ b/test/Interactive/Default.py
@@ -84,3 +84,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/added-include.py b/test/Interactive/added-include.py
index ca7c92f..86a473d 100644
--- a/test/Interactive/added-include.py
+++ b/test/Interactive/added-include.py
@@ -113,3 +113,9 @@ test.run(program = foo_exe, stdout = 'foo.h.in 3\n')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/basic.py b/test/Interactive/basic.py
index 4c78f69..31a7be7 100644
--- a/test/Interactive/basic.py
+++ b/test/Interactive/basic.py
@@ -82,3 +82,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/cache-debug.py b/test/Interactive/cache-debug.py
index dab5159..68bedb8 100644
--- a/test/Interactive/cache-debug.py
+++ b/test/Interactive/cache-debug.py
@@ -115,3 +115,9 @@ test.finish(scons, stdout = expect_stdout, match=TestCmd.match_re)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/cache-disable.py b/test/Interactive/cache-disable.py
index 0fb8435..ef986db 100644
--- a/test/Interactive/cache-disable.py
+++ b/test/Interactive/cache-disable.py
@@ -113,3 +113,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/cache-force.py b/test/Interactive/cache-force.py
index 8fd3f92..2fb7494 100644
--- a/test/Interactive/cache-force.py
+++ b/test/Interactive/cache-force.py
@@ -111,3 +111,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/cache-show.py b/test/Interactive/cache-show.py
index c1fe487..e3fe96c 100644
--- a/test/Interactive/cache-show.py
+++ b/test/Interactive/cache-show.py
@@ -113,3 +113,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/clean.py b/test/Interactive/clean.py
index 4f4f80d..b2a7bb7 100644
--- a/test/Interactive/clean.py
+++ b/test/Interactive/clean.py
@@ -103,3 +103,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/exit.py b/test/Interactive/exit.py
index df06d5d..9058499 100644
--- a/test/Interactive/exit.py
+++ b/test/Interactive/exit.py
@@ -62,3 +62,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/failure.py b/test/Interactive/failure.py
index 75f460f..122d875 100644
--- a/test/Interactive/failure.py
+++ b/test/Interactive/failure.py
@@ -149,3 +149,9 @@ test.finish(scons, stdout = expect_stdout, stderr = expect_stderr)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/help.py b/test/Interactive/help.py
index ef4c578..6020bde 100644
--- a/test/Interactive/help.py
+++ b/test/Interactive/help.py
@@ -83,3 +83,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/implicit-VariantDir.py b/test/Interactive/implicit-VariantDir.py
index b69264b..8975e90 100644
--- a/test/Interactive/implicit-VariantDir.py
+++ b/test/Interactive/implicit-VariantDir.py
@@ -140,3 +140,9 @@ test.finish(scons)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/option--Q.py b/test/Interactive/option--Q.py
index 4c02fa7..19b70c1 100644
--- a/test/Interactive/option--Q.py
+++ b/test/Interactive/option--Q.py
@@ -81,3 +81,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/option-i.py b/test/Interactive/option-i.py
index a2935a7..2ea1f04 100644
--- a/test/Interactive/option-i.py
+++ b/test/Interactive/option-i.py
@@ -104,3 +104,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/option-j.py b/test/Interactive/option-j.py
index 29bba88..279fc51 100644
--- a/test/Interactive/option-j.py
+++ b/test/Interactive/option-j.py
@@ -162,3 +162,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/option-k.py b/test/Interactive/option-k.py
index f15605e..2a32518 100644
--- a/test/Interactive/option-k.py
+++ b/test/Interactive/option-k.py
@@ -106,3 +106,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/option-n.py b/test/Interactive/option-n.py
index f5ee1e3..2bdaa34 100644
--- a/test/Interactive/option-n.py
+++ b/test/Interactive/option-n.py
@@ -77,3 +77,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/option-s.py b/test/Interactive/option-s.py
index 167d581..59b79ce 100644
--- a/test/Interactive/option-s.py
+++ b/test/Interactive/option-s.py
@@ -77,3 +77,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/repeat-line.py b/test/Interactive/repeat-line.py
index e85b9ea..7fb776e 100644
--- a/test/Interactive/repeat-line.py
+++ b/test/Interactive/repeat-line.py
@@ -85,3 +85,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/shell.py b/test/Interactive/shell.py
index 5b35f87..4e4907a 100644
--- a/test/Interactive/shell.py
+++ b/test/Interactive/shell.py
@@ -114,3 +114,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/taskmastertrace.py b/test/Interactive/taskmastertrace.py
index 4ccf46b..48089e3 100644
--- a/test/Interactive/taskmastertrace.py
+++ b/test/Interactive/taskmastertrace.py
@@ -111,3 +111,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/tree.py b/test/Interactive/tree.py
index fcf35c6..61faa22 100644
--- a/test/Interactive/tree.py
+++ b/test/Interactive/tree.py
@@ -87,3 +87,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/unknown-command.py b/test/Interactive/unknown-command.py
index 2b77378..1063cc0 100644
--- a/test/Interactive/unknown-command.py
+++ b/test/Interactive/unknown-command.py
@@ -64,3 +64,9 @@ test.finish(scons, stdout = expect_stdout)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/variant_dir.py b/test/Interactive/variant_dir.py
index 68ee2a3..f36bd0a 100644
--- a/test/Interactive/variant_dir.py
+++ b/test/Interactive/variant_dir.py
@@ -111,3 +111,9 @@ test.finish(scons)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Interactive/version.py b/test/Interactive/version.py
index 37163a3..f948db7 100644
--- a/test/Interactive/version.py
+++ b/test/Interactive/version.py
@@ -80,3 +80,9 @@ if not test.match_re(stdout, expect1) and not test.match_re(stdout, expect2):
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: