Skip to content

Commit

Permalink
Revert "fix(test): handle case where args contain "/...""
Browse files Browse the repository at this point in the history
This reverts commit 68ea721.
  • Loading branch information
Nemanya21 committed Jan 3, 2025
1 parent 5869586 commit da8d9cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gnovm/cmd/gno/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@ func execTest(cfg *testCfg, args []string, io commands.IO) error {
}
// Assume current directory if no paths are provided
if len(paths) == 0 {
for _, arg := range args {
if strings.Contains(arg, "/...") {
io.ErrPrintln("no packages to test")
return nil
}
}
paths = []string{"."}
}

Expand Down

0 comments on commit da8d9cb

Please sign in to comment.