From a345a4b5c1706992f0a8b07c95fcbae0ea631259 Mon Sep 17 00:00:00 2001 From: Ping Yu Date: Sun, 4 Aug 2024 11:28:25 +0800 Subject: [PATCH] remove "prepare_test_binaries" flag (#410) Signed-off-by: Ping Yu --- cdc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cdc/Makefile b/cdc/Makefile index ced964bb..fa646710 100644 --- a/cdc/Makefile +++ b/cdc/Makefile @@ -191,6 +191,7 @@ clean: rm -rf bin rm -rf tools/bin rm -rf scripts/bin + rm prepare_test_binaries install_test_python_dep: @echo "install python requirments for test"