File: test-verbosity.sh

package info (click to toggle)
python-gabbi 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 972 kB
  • sloc: python: 3,788; makefile: 62; sh: 35
file content (6 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env bash
set -ex
# Run a test that confirms that a verbose test will output a response body
# when there is no content-type.

stestr run "intercept.verbosity" | grep '^notempty' >/dev/null