Skip to content
Closed
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
Check for uses of FoundationNetworking in ./bin/test
  • Loading branch information
MaxDesiatov authored Aug 2, 2023
commit f2b590878ca7a19305d965572f722b26a39c8a58
2 changes: 2 additions & 0 deletions bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

set -eu

grep -r FoundationNetworking Sources && echo "Replace uses of FoundationNetworking with alternatives" && exit 1

# A `realpath` alternative using the default C implementation.
filepath() {
[[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"
Expand Down