diff options
Diffstat (limited to 'cs/config/TestUtil.py')
-rw-r--r-- | cs/config/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/config/TestUtil.py b/cs/config/TestUtil.py index 891d76a5889..3f8dfde2538 100644 --- a/cs/config/TestUtil.py +++ b/cs/config/TestUtil.py @@ -200,7 +200,7 @@ def createMsg(mono, name): def createCmd(mono, bin): if mono: - return "mono " + bin + ".exe" + return "mono --debug " + bin + ".exe" else: return bin |