Skip to content

Be less tolerant of errors

Lubomir Rintel requested to merge lr/set-e into master

This patch set flips on "set -e" (along with "set -o pipefail") so that shell script abort on bad exit from commands run on setup/run.

The first patch deals with one such error that went unnoticed.

Edited by Lubomir Rintel

Merge request reports