mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 19:05:03 +00:00
7 lines
87 B
Bash
Executable file
7 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -o errexit
|
|
set -o pipefail
|
|
set -o nounset
|
|
|
|
/swarm-smoke $@ 2>&1 || true
|