49975264a
1 2 3 4 5 6 7
#!/bin/sh set -o errexit set -o pipefail set -o nounset /swarm-smoke $@ 2>&1 || true