fix broken smoke
This commit is contained in:
@@ -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}"; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user