Skip to content

Add a filter to _everything_#30

Merged
seebees merged 2 commits into
fireegg-test-serversfrom
seebees/add-filter
Oct 2, 2025
Merged

Add a filter to _everything_#30
seebees merged 2 commits into
fireegg-test-serversfrom
seebees/add-filter

Conversation

@seebees

@seebees seebees commented Sep 30, 2025

Copy link
Copy Markdown

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Comment thread test-server/Makefile

SERVER_DIRS := $(shell find . -maxdepth 1 -type d -name '*-server' | sed 's|^\./||' | sort)
SERVER_DIRS := $(shell find . -maxdepth 1 -type d -name '*-server' | sed 's|^\./||' | $(if $(FILTER),grep $(FILTER),cat) | sort)
# SERVER_DIRS := cpp-v3-server

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This line should be deleted.

@seebees seebees merged commit b1b7f81 into fireegg-test-servers Oct 2, 2025
3 checks passed
@seebees seebees deleted the seebees/add-filter branch October 2, 2025 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants