f4c022a ipatests.test_cmdline.test_help: Re-raise unexpected exceptions on failure

Authored and Committed by pviktori 10 years ago
    ipatests.test_cmdline.test_help: Re-raise unexpected exceptions on failure
    
    If an exception is expected, but another one is raised, the CLITestContext
    raised a generic AssertionError.
    Pass through the original exception instead