|
|
@ -124,7 +124,7 @@ class CommandTestCase(fake_env.TestFakeFs):
|
|
|
|
self.fail('Unexpected input asked by command: {}.'.format(
|
|
|
|
self.fail('Unexpected input asked by command: {}.'.format(
|
|
|
|
actual_cmd))
|
|
|
|
actual_cmd))
|
|
|
|
if PRINT_OUTPUT:
|
|
|
|
if PRINT_OUTPUT:
|
|
|
|
print(outs)
|
|
|
|
print(outs)
|
|
|
|
return outs
|
|
|
|
return outs
|
|
|
|
except SystemExit as exc:
|
|
|
|
except SystemExit as exc:
|
|
|
|
exc_class, exc, tb = sys.exc_info()
|
|
|
|
exc_class, exc, tb = sys.exc_info()
|
|
|
|