diff --git a/cicd_testing/basic-pgms-rida-p1.sh b/cicd_testing/basic-pgms-rida-p1.sh
index 9581d204be43941220f505d73ff97bd9a3e23f29..4f55e66323f424f59a14f8edd790b3108362bbd3 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 f2db1bbc031a7b4731677b77fe944c2d999d8e64..6a674cf3760fb9c6a8089d186df69e775db44128 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 1a4030f6d7d0a15c318a103805a9ff0527453390..4614bc785211792bcf01d86e1170d978b66f81a8 160000
--- a/peasoup_examples
+++ b/peasoup_examples
@@ -1 +1 @@
-Subproject commit 1a4030f6d7d0a15c318a103805a9ff0527453390
+Subproject commit 4614bc785211792bcf01d86e1170d978b66f81a8
diff --git a/zipr b/zipr
index feb9f8eaf7482624800f1bed83bd1e0255706831..40c3f269c41cae41f43c3d02d43d15df833ba74a 160000
--- a/zipr
+++ b/zipr
@@ -1 +1 @@
-Subproject commit feb9f8eaf7482624800f1bed83bd1e0255706831
+Subproject commit 40c3f269c41cae41f43c3d02d43d15df833ba74a