Skip to content

Commit

Permalink
Remove readme_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dgnemo committed Sep 23, 2023
1 parent ccfe37c commit 02ea8d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
13 changes: 0 additions & 13 deletions tools/nbictl/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,3 @@ go_test(
"@org_golang_x_sync//errgroup",
],
)

# Check that the README.md file matches the output of the nbictl tool's
# "readme" subcommand exactly. Normally the README file would be a `genfile`
# rule, but for ease of browsing documentation we want it to be checked in.
sh_test(
name = "readme_test",
size = "small",
srcs = ["readme_test.sh"],
data = [
":README.md",
"//tools/nbictl/cmd/nbictl",
],
)
22 changes: 0 additions & 22 deletions tools/nbictl/readme_test.sh

This file was deleted.

0 comments on commit 02ea8d4

Please sign in to comment.