File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
tests_with_deps/deprecate_eof_support Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,8 @@ tests: tests-cpp \
204
204
reg_test_mariadb_stmt_store_result_libmysql-t \
205
205
reg_test_mariadb_stmt_store_result_async-t
206
206
tests :
207
- find -L . -type f -name ' *.gcno' -empty -delete
207
+ @echo " Removing empty .gcno files ..."
208
+ find -L . -type f -name ' *.gcno' -empty -ls -delete
208
209
209
210
tests-cpp : $(patsubst % .cpp,% ,$(wildcard * -t.cpp) )
210
211
tests-php : $(patsubst % ,php-% ,$(wildcard * -t.php) )
Original file line number Diff line number Diff line change @@ -155,7 +155,8 @@ $(TEST_MYSQL_LDIR)/libmysqlclient.a:
155
155
# tests: build_test_deps
156
156
tests : $(patsubst % .cpp,% ,$(wildcard * -t.cpp) ) ok_packet_mixed_queries-t fwd_eof_query fwd_eof_ok_query
157
157
tests :
158
- find -L . -type f -name ' *.gcno' -empty -delete
158
+ @echo " Removing empty .gcno files ..."
159
+ find -L . -type f -name ' *.gcno' -empty -ls -delete
159
160
160
161
COMMONARGS = $(OPT ) -Wl,-Bdynamic -ltap -lcpp_dotenv -lcurl -lre2 -lssl -lcrypto -lz -ldl -lpthread -DGITVERSION=\"$(GIT_VERSION ) \"
161
162
You can’t perform that action at this time.
0 commit comments