Rename acceptance test directory from repos to repo
This commit is contained in:
parent
6c3ad5011b
commit
3f4a2aea2f
10 changed files with 2 additions and 2 deletions
|
|
@ -72,12 +72,12 @@ func TestReleases(t *testing.T) {
|
|||
testscript.Run(t, testScriptParamsFor(tsEnv, "release"))
|
||||
}
|
||||
|
||||
func TestRepos(t *testing.T) {
|
||||
func TestRepo(t *testing.T) {
|
||||
var tsEnv testScriptEnv
|
||||
if err := tsEnv.fromEnv(); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
testscript.Run(t, testScriptParamsFor(tsEnv, "repos"))
|
||||
testscript.Run(t, testScriptParamsFor(tsEnv, "repo"))
|
||||
}
|
||||
|
||||
func testScriptParamsFor(tsEnv testScriptEnv, command string) testscript.Params {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue