| Index: client/tests/xmtest/xmtest.py
|
| diff --git a/client/tests/xmtest/xmtest.py b/client/tests/xmtest/xmtest.py
|
| index eb873de34b850786e4fdce0f34c64e2aef13c6ba..d5f80405e2f98a403c48a3b8bba4f5046421ad59 100644
|
| --- a/client/tests/xmtest/xmtest.py
|
| +++ b/client/tests/xmtest/xmtest.py
|
| @@ -26,8 +26,8 @@ class xmtest(test.test):
|
| os.chdir(self.srcdir)
|
|
|
| utils.system('./autogen')
|
| - utils.configure()
|
| - utils.make('existing')
|
| + utils.system('./configure')
|
| + utils.system('make existing')
|
|
|
|
|
| def execute(self, args = ''):
|
|
|