Skip to content

Commit 2963ca9

Browse files
Ryan Moranryanmoran
authored andcommitted
Adds --stack flag for integration tests
1 parent 892a920 commit 2963ca9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/python/integration/integration_suite_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ var isSerialTest bool
2525
var packagedBuildpack cutlass.VersionedBuildpackPackage
2626
var token string
2727
var platform string
28+
var stack string
2829

2930
var _ = func() bool {
3031
testing.Init()
@@ -39,6 +40,7 @@ func init() {
3940
flag.StringVar(&cutlass.DefaultDisk, "disk", "384M", "default disk for pushed apps")
4041
flag.StringVar(&token, "github-token", "", "use the token to make GitHub API requests")
4142
flag.StringVar(&platform, "platform", "cf", "platform to run tests against")
43+
flag.StringVar(&stack, "stack", "cflinuxfs3", "stack to use when pushing apps")
4244
flag.Parse()
4345
}
4446

0 commit comments

Comments
 (0)