Skip to content

Failed

Test / Coverage (experimental) / e2e/experimental.TestInspectApp (from e2e_experimental)

Failing for the past 2 builds (Since Failed #43 )
Took 0.14 sec.

Error Message

Failed

Stacktrace

=== RUN   TestInspectApp
--- FAIL: TestInspectApp (0.14s)
    commands_test.go:172: assertion failed: 
        Command:  docker app bundle testdata/simple/simple.dockerapp --output /tmp/TestInspectApp-674134067/simple-bundle.json --tag simple-app:1.0.0
        ExitCode: 125
        Error:    exit status 125
        Stdout:   
        Stderr:   unknown flag: --output
        See 'docker app --help'.
        
        Usage:	docker app [OPTIONS] COMMAND
        
        A tool to build and manage Docker Applications.
        
        Options:
              --version   Print version information
        
        Management Commands:
          image       Manage application images
        
        Commands:
          build       Build service images for the application
          init        Initialize Docker Application definition
          inspect     Shows metadata, parameters and a summary of the Compose file for a given application
          install     Install an application
          ls          List the installations and their last known installation result
          pull        Pull an application package from a registry
          push        Push an application package to a registry
          rm          Remove an application
          upgrade     Upgrade an installed application
          validate    Checks the rendered application is syntactically correct
        
        Run 'docker app COMMAND --help' for more information on a command.
        
        
        
        Failures:
        ExitCode was 125 expected 0
        Expected no error