From 1039274db9695bd41a119fe32c465d0845700820 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 21 Sep 2025 08:07:11 +0200 Subject: [PATCH] regtest: add arm64-freebsd to tests/platform_test Not explicitly listing the platform was causing the one test to run on other platforms --- tests/platform_test | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/platform_test b/tests/platform_test index 9762d0c09..ac452502d 100644 --- a/tests/platform_test +++ b/tests/platform_test @@ -18,6 +18,7 @@ all_platforms="$all_platforms riscv64-linux" all_platforms="$all_platforms x86-darwin amd64-darwin" all_platforms="$all_platforms x86-solaris amd64-solaris" all_platforms="$all_platforms x86-freebsd amd64-freebsd" +all_platforms="$all_platforms arm64-freebsd" if [ $# -ne 2 ] ; then echo "usage: platform_test " -- 2.47.3