From 21b98d7dbb548cad9cd8783c10665718bdcb3444 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Dec 2011 20:50:15 +0000 Subject: remove --command / -c option and $COMMAND and foo.args --- cmdtestlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmdtestlib.py') diff --git a/cmdtestlib.py b/cmdtestlib.py index 29f7132..9d84e70 100644 --- a/cmdtestlib.py +++ b/cmdtestlib.py @@ -31,7 +31,7 @@ class TestDir(object): '''Contain information about a directory of test cases.''' - per_test_suffixes = ('args', 'script', 'stdin', 'stdout', 'stderr', + per_test_suffixes = ('script', 'stdin', 'stdout', 'stderr', 'exit', 'setup', 'teardown') def __init__(self): -- cgit v1.2.1