Add missing test to trigger acceptance tests
This commit is contained in:
parent
b4be8cbf9d
commit
e8842f861f
1 changed files with 9 additions and 0 deletions
|
|
@ -52,6 +52,15 @@ func TestSecrets(t *testing.T) {
|
|||
testscript.Run(t, testScriptParamsFor(tsEnv, "secret"))
|
||||
}
|
||||
|
||||
func TestVariables(t *testing.T) {
|
||||
var tsEnv testScriptEnv
|
||||
if err := tsEnv.fromEnv(); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
testscript.Run(t, testScriptParamsFor(tsEnv, "variable"))
|
||||
}
|
||||
|
||||
func testScriptParamsFor(tsEnv testScriptEnv, command string) testscript.Params {
|
||||
var files []string
|
||||
if tsEnv.script != "" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue