test 86 B

123456
  1. #!/bin/bash
  2. #
  3. # Run all the tests.
  4. exec go test -tags 'acceptance fixtures' ./... $@