File: test

package info (click to toggle)
golang-github-gophercloud-gophercloud 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,416 kB
  • sloc: sh: 99; makefile: 21
file content (5 lines) | stat: -rwxr-xr-x 86 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#!/bin/bash
#
# Run all the tests.

exec go test -tags 'acceptance fixtures' ./... $@