Skip to content

Commit cd7deac

Browse files
committed
chore(neotest): remove duplicate --color=never arg
1 parent 2381697 commit cd7deac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/rustaceanvim/neotest/init.lua

-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ function NeotestAdapter.build_spec(run_args)
298298
local is_cargo_test = args[1] == 'test'
299299
local insert_pos = is_cargo_test and 2 or 3
300300
table.insert(args, insert_pos, '--no-fail-fast')
301-
table.insert(args, insert_pos, '--color=never')
302301
if is_cargo_test then
303302
-- cargo test needs to pass --color=never to the test runner too
304303
table.insert(args, '--color=never')

0 commit comments

Comments
 (0)