From 16134c39804191f519e0867a5ec9dd1817bc4736 Mon Sep 17 00:00:00 2001 From: Anh <zenpoems@gmail.com> Date: Mon, 19 Nov 2018 18:07:09 -0800 Subject: [PATCH] update test to keep logs Former-commit-id: 688b8d3d334e6ea5ea2846ae478927484a165b77 --- cicd_testing/basic-pgms-rida.sh | 4 ++-- peasoup_examples | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cicd_testing/basic-pgms-rida.sh b/cicd_testing/basic-pgms-rida.sh index ac6ae5ec3..f2db1bbc0 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 -make clean; ./test_cmds.sh rida +make clean; ./test_cmds.sh orig -l +make clean; ./test_cmds.sh rida -l diff --git a/peasoup_examples b/peasoup_examples index 4ed1a54d9..e117fd536 160000 --- a/peasoup_examples +++ b/peasoup_examples @@ -1 +1 @@ -Subproject commit 4ed1a54d9436a5cb085fcdd89a380746f1237209 +Subproject commit e117fd536d978a84b817e17ab22f17bbc13fdbf5 -- GitLab