test: run test*.sh with set -x

cute-signatures
Jakub Jirutka 2017-06-10 15:57:45 +02:00
parent 12c71704d0
commit 73423fc182
1 changed files with 1 additions and 1 deletions

View File

@ -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;\