mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Bug: https://bugs.gentoo.org/723156 Bug: https://bugs.gentoo.org/729794 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
14 lines
446 B
Diff
14 lines
446 B
Diff
--- a/spec/cli_spec.lua
|
|
+++ b/spec/cli_spec.lua
|
|
@@ -68,10 +68,6 @@
|
|
assert.equal(0, get_exitcode "spec/samples/good_code.lua --no-config")
|
|
end)
|
|
|
|
- it("allows measuring performance", function()
|
|
- assert.equal(0, get_exitcode "spec/samples/good_code.lua --no-config --profile")
|
|
- end)
|
|
-
|
|
it("removes ./ in the beginnings of file names", function()
|
|
assert.equal([[
|
|
Checking spec/samples/good_code.lua OK
|