mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 15:54:30 +02:00
Use set -e
for testing shells
This commit is contained in:
parent
c01cc35663
commit
c7fe5dbbb4
@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
: ${PYTHON:=python}
|
: ${PYTHON:=python}
|
||||||
FAIL_SUMMARY=""
|
FAIL_SUMMARY=""
|
||||||
FAILED=0
|
FAILED=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user