feat(legacy): helpers: allow HECTIC_NAMESPACE be empty

This commit is contained in:
2025-11-16 16:56:26 +00:00
parent bb99ef9a8a
commit 00f05cc3db
8 changed files with 37 additions and 22 deletions

View File

@@ -3,6 +3,9 @@
# $out - nix derivation output
# $test - test and assertion file
HECTIC_NAMESPACE=test-laucher
export HECTIC_LOG=trace
test_derivation="$(basename "$test")"
test_name="${test_derivation#*-*-}"
@@ -61,6 +64,8 @@ log info "run test ${WHITE}${test_name}${NC}"
# run test
. "${test}/run.sh"
HECTIC_NAMESPACE=test-laucher
log info "finish test pipeline"
# success marker for Nix