From 829492977ffbe9345640520d44fa70bc2157b7d3 Mon Sep 17 00:00:00 2001 From: Anh <zenpoems@gmail.com> Date: Tue, 20 Nov 2018 11:39:39 -0800 Subject: [PATCH] Turn on verbose output on failure --- cicd_testing/basic-pgms-rida-p1.sh | 2 +- cicd_testing/basic-pgms-rida.sh | 4 ++-- peasoup_examples | 2 +- zipr | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cicd_testing/basic-pgms-rida-p1.sh b/cicd_testing/basic-pgms-rida-p1.sh index 9581d204b..4f55e6632 100755 --- a/cicd_testing/basic-pgms-rida-p1.sh +++ b/cicd_testing/basic-pgms-rida-p1.sh @@ -5,5 +5,5 @@ set -x cd /tmp/peasoup_test source set_env_vars cd $CICD_TO_TEST_DIR/peasoup_examples/tests -cd $PEASOUP_HOME/tests; make clean; ./test_cmds.sh rida_p1 +cd $PEASOUP_HOME/tests; make clean; ./test_cmds.sh -l -c rida_p1 diff --git a/cicd_testing/basic-pgms-rida.sh b/cicd_testing/basic-pgms-rida.sh index f2db1bbc0..6a674cf37 100755 --- a/cicd_testing/basic-pgms-rida.sh +++ b/cicd_testing/basic-pgms-rida.sh @@ -6,6 +6,6 @@ cd /tmp/peasoup_test source set_env_vars cd $CICD_TO_TEST_DIR/peasoup_examples/tests cd $PEASOUP_HOME/tests -make clean; ./test_cmds.sh orig -l -make clean; ./test_cmds.sh rida -l +make clean; ./test_cmds.sh -c orig -l +make clean; ./test_cmds.sh -c rida -l diff --git a/peasoup_examples b/peasoup_examples index 1a4030f6d..4614bc785 160000 --- a/peasoup_examples +++ b/peasoup_examples @@ -1 +1 @@ -Subproject commit 1a4030f6d7d0a15c318a103805a9ff0527453390 +Subproject commit 4614bc785211792bcf01d86e1170d978b66f81a8 diff --git a/zipr b/zipr index feb9f8eaf..40c3f269c 160000 --- a/zipr +++ b/zipr @@ -1 +1 @@ -Subproject commit feb9f8eaf7482624800f1bed83bd1e0255706831 +Subproject commit 40c3f269c41cae41f43c3d02d43d15df833ba74a -- GitLab