Skip to content

Commit

Permalink
chore(deps): bump busted from 2.1.2 to 2.2.0 (#11986)
Browse files Browse the repository at this point in the history
### Summary

#### Features
- Add Korean localization β€” @marocchino
- Add --exclude-name-file and --log-success options β€” @hanshuebner
  (When combined can automate re-running only failed tests)
- Add --name option to easily run single tests β€” @hanshuebner

#### Bug Fixes

- Remove unused luafilesystem dependency β€” @dundargoc
- Correct installation and example documentation β€” @C3pa and @alerque
- Use escape sequences to output UTF-8 characters in more environments β€” @Commandcracker
- Output more standard tracing notation in gtest handler β€” @Tieske
- Fix casting to string before encoding errors in JSON β€” @svermeulen
- Correct TAP handler to not error on no test files β€” @notomo

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle authored Nov 13, 2023
1 parent c7c44a2 commit 8d0f9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OS := $(shell uname | awk '{print tolower($$0)}')
MACHINE := $(shell uname -m)

DEV_ROCKS = "busted 2.1.2" "busted-htest 1.0.0" "luacheck 1.1.1" "lua-llthreads2 0.1.6" "ldoc 1.5.0" "luacov 0.15.0"
DEV_ROCKS = "busted 2.2.0" "busted-htest 1.0.0" "luacheck 1.1.1" "lua-llthreads2 0.1.6" "ldoc 1.5.0" "luacov 0.15.0"
WIN_SCRIPTS = "bin/busted" "bin/kong" "bin/kong-health"
BUSTED_ARGS ?= -v
TEST_CMD ?= bin/busted $(BUSTED_ARGS)
Expand Down

1 comment on commit 8d0f9d2

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:8d0f9d2d1b1b851eedba675484e4f4dc44aa0c03
Artifacts available https://github.com/Kong/kong/actions/runs/6846118803

Please sign in to comment.