diff options
Diffstat (limited to 'scripts/tests/Ice/properties.py')
-rw-r--r-- | scripts/tests/Ice/properties.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests/Ice/properties.py b/scripts/tests/Ice/properties.py index 92a9832aa61..f0a862ad735 100644 --- a/scripts/tests/Ice/properties.py +++ b/scripts/tests/Ice/properties.py @@ -20,4 +20,4 @@ class PropertiesTestSuite(TestSuite): "Config.Path=./config/" + name], "utf-8") -PropertiesTestSuite(__name__) +PropertiesTestSuite(__name__, [ ClientTestCase(client=Client(args=["{testdir}"])) ]) |