Remove duplicate _ definitions

This commit is contained in:
Michael Vines
2018-12-18 14:25:10 -08:00
parent c8d27f6424
commit e8e6c70e19
6 changed files with 6 additions and 35 deletions

View File

@ -8,15 +8,11 @@ cd "$(dirname "$0")/.."
# Clear cached json keypair files
rm -rf "$HOME/.config/solana"
source ci/_
ci/version-check-with-upgrade.sh stable
export RUST_BACKTRACE=1
export RUSTFLAGS="-D warnings"
_() {
echo "--- $*"
"$@"
}
_ scripts/ulimit-n.sh
_ cargo build --all --verbose --features="$FEATURES"
_ cargo test --all --verbose - --features="$FEATURES" --lib -- --nocapture --test-threads=1