aboutsummaryrefslogtreecommitdiff
path: root/manual tests
diff options
context:
space:
mode:
authorTim Sheridan <tghs@tghs.net>2017-08-02 16:02:37 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2017-08-02 18:02:37 +0300
commitcfb714d42a1d063140d744daa3371f3363dadf71 (patch)
treec688642ce500eb404961abd0fe4029d29bd9ef5e /manual tests
parentea3e03ffdd864d9860948874407a6c5434690682 (diff)
downloadmeson-cfb714d42a1d063140d744daa3371f3363dadf71.zip
meson-cfb714d42a1d063140d744daa3371f3363dadf71.tar.gz
meson-cfb714d42a1d063140d744daa3371f3363dadf71.tar.bz2
Stop manual test helper scripts on errors (#2149)
* Stop manual test helper scripts on errors
Diffstat (limited to 'manual tests')
-rwxr-xr-xmanual tests/4 standalone binaries/build_linux_package.sh2
-rwxr-xr-xmanual tests/4 standalone binaries/build_osx_package.sh2
-rwxr-xr-xmanual tests/4 standalone binaries/linux_bundler.sh2
-rwxr-xr-xmanual tests/4 standalone binaries/osx_bundler.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/manual tests/4 standalone binaries/build_linux_package.sh b/manual tests/4 standalone binaries/build_linux_package.sh
index 806a453..783981e 100755
--- a/manual tests/4 standalone binaries/build_linux_package.sh
+++ b/manual tests/4 standalone binaries/build_linux_package.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -eu
curdir=`pwd`
rm -rf buildtmp
diff --git a/manual tests/4 standalone binaries/build_osx_package.sh b/manual tests/4 standalone binaries/build_osx_package.sh
index eb4ec38..8a94ca5 100755
--- a/manual tests/4 standalone binaries/build_osx_package.sh
+++ b/manual tests/4 standalone binaries/build_osx_package.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -eu
rm -rf buildtmp
mkdir buildtmp
diff --git a/manual tests/4 standalone binaries/linux_bundler.sh b/manual tests/4 standalone binaries/linux_bundler.sh
index a0e5c12..2a8e907 100755
--- a/manual tests/4 standalone binaries/linux_bundler.sh
+++ b/manual tests/4 standalone binaries/linux_bundler.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -eu
libdir="${MESON_INSTALL_PREFIX}/lib"
mkdir -p $libdir
diff --git a/manual tests/4 standalone binaries/osx_bundler.sh b/manual tests/4 standalone binaries/osx_bundler.sh
index 7b83573..3bad65f 100755
--- a/manual tests/4 standalone binaries/osx_bundler.sh
+++ b/manual tests/4 standalone binaries/osx_bundler.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -eu
mkdir -p ${MESON_INSTALL_PREFIX}/Contents/Frameworks
cp -R /Library/Frameworks/SDL2.framework ${MESON_INSTALL_PREFIX}/Contents/Frameworks