From ffc550bf15a7ae43a4567e74e98fae8f89643cb0 Mon Sep 17 00:00:00 2001 From: Yakun Xu Date: Mon, 22 Mar 2021 23:41:02 +0800 Subject: [PATCH] [test] package with Thread version (#6325) --- script/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test b/script/test index dd23649bd..af73c54c6 100755 --- a/script/test +++ b/script/test @@ -424,7 +424,7 @@ EXAMPLES: do_package() { local builddir - local options=("-DCMAKE_BUILD_TYPE=Release" "-DOT_LOG_LEVEL=INFO") + local options=("-DCMAKE_BUILD_TYPE=Release" "-DOT_LOG_LEVEL=INFO" "-DOT_THREAD_VERSION=${THREAD_VERSION}") if [[ ${ot_extra_options[*]+x} ]]; then options+=("${ot_extra_options[@]}")