We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d353e2c commit cb756eaCopy full SHA for cb756ea
webware/Tests/TestEndToEnd/TestMakeApp.py
@@ -39,7 +39,7 @@ def testMakeHelp(self):
39
expected.append('[-u USER] [-g GROUP]')
40
expected.append('WORK_DIR')
41
expected = ' '.join(expected)
42
- self.assertTrue(output.startswith(expected))
+ self.assertTrue(output.startswith(expected), output)
43
44
def testMakeNewApp(self):
45
output = self.runMake(['MyApp'])
0 commit comments