Skip to content

Commit

Permalink
fix: correct two more stale references to test.sh
Browse files Browse the repository at this point in the history
Overlooked these in c690d3a ("fix: correct broken path in
GitHub action", Aug 28 2022).
  • Loading branch information
wincent committed Aug 28, 2022
1 parent b92e307 commit 2be25b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
popd
- name: Run unit tests (debug)
run: bin/test.sh
run: bin/test

- name: Run stress tests (debug, benchmarks)
run: TIMES=1 bin/benchmarks/matcher.lua
2 changes: 1 addition & 1 deletion bin/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if #arg == 0 then
-- We use a wrapper script because Lua doesn't provide any built-in APIs for
-- reading directories.
print('test.lua: please execute using the test.sh wrapper script')
print('test.lua: please execute using the `test` wrapper script')
os.exit(1)
end

Expand Down

0 comments on commit 2be25b7

Please sign in to comment.