Merge pull request #147 from yuvipanda/set-e

Make all bash verify scripts fail on error
pull/152/head
Chris Holdgraf 2017-11-21 17:39:28 -08:00 zatwierdzone przez GitHub
commit 6d13a4eb3e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
5 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,3 @@
#!/bin/sh
set -e
set -euo pipefail
/usr/local/bin/sayhi.sh

Wyświetl plik

@ -1,3 +1,3 @@
#!/bin/sh
set -e
set -euo pipefail
/usr/local/bin/sayhi.sh

Wyświetl plik

@ -1,2 +1,3 @@
#!/bin/bash
set -euo pipefail
which gfortran

Wyświetl plik

@ -1,4 +1,5 @@
#!/bin/bash
set -euo pipefail
which gfortran
test -z $(pip list | grep scipy)
jupyter nbextension list

Wyświetl plik

@ -1,3 +1,3 @@
#!/bin/bash
set -e
set -euo pipefail
jupyter nbextension list | grep 'jupyter-leaflet' | grep enabled