Skip to content

Instantly share code, notes, and snippets.

@YakDriver
Created November 8, 2018 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YakDriver/143fd63908a1843bd3ef9dfaf378f678 to your computer and use it in GitHub Desktop.
Save YakDriver/143fd63908a1843bd3ef9dfaf378f678 to your computer and use it in GitHub Desktop.
Get names of Terraform tests from a test file
#!/bin/bash
awk '/^func Test/' aws/structure_test.go | sed "s/func \(Test[a-zA-Z0-9_]*\)(.*$/make testacc TESTARGS='-run=\1'/" > tests.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment