about summary refs log tree commit diff
path: root/.gitlab-ci/run-test.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/run-test.sh')
-rwxr-xr-x.gitlab-ci/run-test.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitlab-ci/run-test.sh b/.gitlab-ci/run-test.sh
index 44405558..b58a1c32 100755
--- a/.gitlab-ci/run-test.sh
+++ b/.gitlab-ci/run-test.sh
@@ -155,12 +155,7 @@ test_subtree() {
     do_clean
     pushd ./src/$d
 
-    ARGS=()
-    if [ "$d" = n-acd ]; then
-        ARGS+=('-Debpf=false')
-    fi
-
-    CC="$cc" CFLAGS="-Werror -Wall" meson build "${ARGS[@]}"
+    CC="$cc" CFLAGS="-Werror -Wall" meson build
     ninja -v -C build test
 
     popd