Skip to content

Commit

Permalink
maybe fix testscript on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Sep 3, 2024
1 parent 658aa68 commit dff0f93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import (

func TestMain(m *testing.M) {
os.Exit(testscript.RunMain(m, map[string]func() int{
"grol": main.Main,
"grol": main.Main,
"grol.exe": main.Main,
}))
}

Expand Down

0 comments on commit dff0f93

Please sign in to comment.