From e5f51541977d0c59e988ff235ec9e88baa10ef26 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 23 Oct 2025 20:42:56 +0200 Subject: [PATCH] test: kadabra is gone --- tests/integration/setup_suite.bash | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/integration/setup_suite.bash b/tests/integration/setup_suite.bash index c52b71b84..44630f850 100644 --- a/tests/integration/setup_suite.bash +++ b/tests/integration/setup_suite.bash @@ -12,11 +12,7 @@ setup_suite(){ fi if [[ ! -f "$PWD/abra" ]]; then - make build-abra - fi - - if [[ ! -f "$PWD/kadabra" ]]; then - make build-kadabra + make fi if [[ -d "$ABRA_DIR" ]]; then