From 2d072f5b2c137ab8963eb6c4933a657481bab809 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Mon, 4 Mar 2019 16:02:43 -0500
Subject: [PATCH] updated tests to only do eh-testing on basic zipr

---
 cicd_testing/eh-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cicd_testing/eh-tests.sh b/cicd_testing/eh-tests.sh
index 752343ec0..de5df9b04 100755
--- a/cicd_testing/eh-tests.sh
+++ b/cicd_testing/eh-tests.sh
@@ -5,5 +5,5 @@ set -x
 cd /tmp/peasoup_test
 source set_env_vars
 cd $CICD_TO_TEST_DIR/examples/cpp-examples
-./test_quick.sh
+./test_quick_zipr_only.sh
 
-- 
GitLab