Sha256: c57dd9a4477a966de460cfb522336e048f3c47c1c9c8c7b5484c5ebfea406d4c
Contents?: true
Size: 784 Bytes
Versions: 10
Compression:
Stored size: 784 Bytes
Contents
Feature: Packaging @announce-output Scenario: 'example' project can be packaged successfully When I run `env DEBUG=true GLI_DEBUG=true debify package -d ../../example -v 0.0.1 example -- --post-install /distrib/postinstall.sh` Then the exit status should be 0 And the stdout should contain exactly "conjur-example_0.0.1_amd64.deb" @announce-output Scenario: 'example' project can be tested successfully Given I run `env DEBUG=true GLI_DEBUG=true debify package -d ../../example -v 0.0.1 example -- --post-install /distrib/postinstall.sh` And the exit status should be 0 When I run `env DEBUG=true GLI_DEBUG=true debify test -t 4.6-stable -d ../../example --no-pull example test.sh` Then the exit status should be 0 And the stderr should contain "Test succeeded"
Version data entries
10 entries across 10 versions & 1 rubygems