From db1466b5078908ec4da2edebd3e57064c273a6c6 Mon Sep 17 00:00:00 2001 From: merakor Date: Tue, 6 Oct 2020 08:39:50 +0000 Subject: cpt-build: export CPT_TEST variable FossilOrigin-Name: 30c5615767ab577497e8f9b28401796f06194d0d079b65d88053cd63eb126a8e --- src/cpt-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cpt-build b/src/cpt-build index 1b1e055..90c865e 100755 --- a/src/cpt-build +++ b/src/cpt-build @@ -6,7 +6,8 @@ if [ -f ./cpt-lib ]; then . ./cpt-lib; else . cpt-lib; fi parser_definition() { setup REST -- "usage: ${0##*/} [pkg...]" msg -- '' 'Options:' - flag CPT_TEST -t --test init:="$CPT_TEST" -- "Run tests (if it exists)" + flag CPT_TEST -t --test export:1 init:="$CPT_TEST" -- \ + "Run tests (if they exist)" global_options } -- cgit v1.2.3