Skip to content

Commit cb756ea

Browse files
committed
Show output in test
1 parent d353e2c commit cb756ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webware/Tests/TestEndToEnd/TestMakeApp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def testMakeHelp(self):
3939
expected.append('[-u USER] [-g GROUP]')
4040
expected.append('WORK_DIR')
4141
expected = ' '.join(expected)
42-
self.assertTrue(output.startswith(expected))
42+
self.assertTrue(output.startswith(expected), output)
4343

4444
def testMakeNewApp(self):
4545
output = self.runMake(['MyApp'])

0 commit comments

Comments
 (0)