Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuscaisey committed Jun 8, 2024
1 parent fd60261 commit ae16e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_defs/neovim.build_defs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def neovim_test(name:str, test_file:str, deps:list=[], labels:list=[], data:list
name = name,
test_cmd = [
"$TOOLS_ARCAT x $TEST",
"find .",
"find third_party/lua",
"$TOOLS_NVIM -u $DATA_INIT -l $DATA_RUNNER $DATA_FILE | sed '/./,$!d' | tee $RESULTS_FILE",
],
labels = labels,
Expand Down

0 comments on commit ae16e10

Please sign in to comment.