#!/usr/bin/env bash# l0 — host-native test execution; runs w3 .test level::3 directly on the host.# Entered via VERB_LAYER=l0 or called directly as ./verb/test.d/l0.set -euo pipefailSCRIPT_DIR="$(cd"$(dirname"${BASH_SOURCE[0]}")"&&pwd)"cd"$SCRIPT_DIR/../.."if[["${1:-}"=="--dry-run"]];thenecho"w3 .test level::3";exit 0;fiexec w3 .test level::3