Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix echo \n
  • Loading branch information
andreiborza committed Feb 6, 2026
commit c6e07b48821951f4a9859e959b57b1d85d27f82b
2 changes: 1 addition & 1 deletion dev-packages/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ run:
echo "Error: fzf is required. Install with: brew install fzf"; \
exit 1; \
fi
Comment thread
cursor[bot] marked this conversation as resolved.
@suite=$$(echo "browser-integration-tests\nnode-integration-tests\nnode-core-integration-tests\ne2e-tests" | \
@suite=$$(printf '%s\n' browser-integration-tests node-integration-tests node-core-integration-tests e2e-tests | \
fzf --height=10 --layout=reverse --border=rounded --margin=1.5% \
--color=dark --prompt="run test suite: "); \
[ -n "$$suite" ] && $(MAKE) -C $$suite run
Expand Down