From 19b6eb3620093b215828b04625cd069adb2a654f Mon Sep 17 00:00:00 2001 From: Csaba Hruska Date: Sun, 16 Sep 2018 12:38:15 +0200 Subject: produce more CI output --- run-test-suite.sh | 2 +- travis/build.sh | 2 +- travis/profile.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/run-test-suite.sh b/run-test-suite.sh index 4843f704..4ae55614 100755 --- a/run-test-suite.sh +++ b/run-test-suite.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash -ex UNIT_TEST_PARAMS="--quickcheck-max-size 30 --quickcheck-tests 100" diff --git a/travis/build.sh b/travis/build.sh index b5e3f468..1485c4f4 100755 --- a/travis/build.sh +++ b/travis/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash -ex #cd /root/source/lambdacube-compiler #cabal check diff --git a/travis/profile.sh b/travis/profile.sh index cfdb4c37..87c95213 100755 --- a/travis/profile.sh +++ b/travis/profile.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash -ex #cd /root/source/lambdacube-compiler ./run-test-suite.sh --profile -- cgit v1.2.3