From 73423fc182035ac70d194ddbe2ad01ebff989484 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 10 Jun 2017 15:57:45 +0200 Subject: test: run test*.sh with set -x --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index eefa382..9f43249 100644 --- a/test/Makefile +++ b/test/Makefile @@ -39,7 +39,7 @@ repos.stamp: $(repos) @echo -n "$<"; \ rm -rf "$(testroot)" ;\ mkdir -p "$(testroot)"; \ - if ! APK="$(APK)" ROOT="$(testroot)" SYSREPO="$(SYSREPO)" ./$< > $(basename $@).out 2>&1; then\ + if ! APK="$(APK)" ROOT="$(testroot)" SYSREPO="$(SYSREPO)" sh -ex ./$< > $(basename $@).out 2>&1; then\ echo " FAIL";\ printf "------------- output -------------\n" >&2;\ cat $(basename $@).out >&2;\ -- cgit v1.2.3-70-g09d2