Skip to content

Commit

Permalink
Fix make distcheck on macOS
Browse files Browse the repository at this point in the history
This doesn't completely fix things for macOS 13.1, as dtruss/dtrace
and SIP doesn't leave us in a happy place.

Signed-off-by: Stewart Smith <[email protected]>
  • Loading branch information
stewartsmith committed Jan 8, 2023
1 parent 3dea342 commit b1a531a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ EXTRA_DIST = \
debian/README.Debian \
debian/rules \
debian/source \
libeatmydata.spec
libeatmydata.spec \
start_suspended.sh


bin_SCRIPTS = eatmydata
Expand Down
2 changes: 1 addition & 1 deletion test_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ECHO=`which echo`
export ECHO

if [[ $OSTYPE == *"darwin"* ]]; then
./start_suspended.sh "$1" "$LIBEATMYDATA_TEST_ARGS" &
${srcdir}/start_suspended.sh "$1" "$LIBEATMYDATA_TEST_ARGS" &
test_pid=$!
# Wait for the test program launcher to become suspended
while [[ "$(ps -o state= -p $test_pid)" != *"T+"* ]]; do
Expand Down

0 comments on commit b1a531a

Please sign in to comment.