set -e shuffling

This commit is contained in:
Michael Vines
2018-11-11 09:25:59 -08:00
parent def7d156f6
commit 3466f139a4
13 changed files with 12 additions and 13 deletions

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -e
#
# Installs native programs as |cargo install| doesn't know about them
#
set -e
here=$(dirname "$0")
SOLANA_ROOT="$(cd "$here"/..; pwd)"

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -e
#
# Send a metrics datapoint
#
set -e
point=$1
if [[ -z $point ]]; then

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -e
#
# Reports network statistics
#
set -e
[[ $(uname) == Linux ]] || exit 0

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -e
#
# Reports Linux OOM Killer activity
#
set -e
cd "$(dirname "$0")"

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -e
#
# Wallet sanity test
#
set -e
cd "$(dirname "$0")"/..