diff --git a/scripts/crucible-smoke.sh b/scripts/crucible-smoke.sh index a497b71..44e8179 100755 --- a/scripts/crucible-smoke.sh +++ b/scripts/crucible-smoke.sh @@ -17,8 +17,8 @@ bin=bin "${bin}/crucible" list >/dev/null # Keep in sync with internal/dispatch.Registry (Wired flag). -unwired=(depot) -wired=(hak module topdata wiki) +unwired=() +wired=(depot hak module topdata wiki) exit_of() { set +e; "$@" >/dev/null 2>&1; local c=$?; set -e; echo "${c}"; }