From 274a52a83839ffc106af1480e5a342ca1dc349cf Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Mon, 4 Mar 2019 10:38:58 -0500
Subject: [PATCH] fixed path to tests

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

diff --git a/cicd_testing/eh-tests.sh b/cicd_testing/eh-tests.sh
index b1a4bb2da..752343ec0 100755
--- a/cicd_testing/eh-tests.sh
+++ b/cicd_testing/eh-tests.sh
@@ -4,7 +4,6 @@ set -x
 
 cd /tmp/peasoup_test
 source set_env_vars
-cd $CICD_TO_TEST_DIR/peasoup_examples/cpp-examples
-cd $PEASOUP_HOME/cpp-examples
+cd $CICD_TO_TEST_DIR/examples/cpp-examples
 ./test_quick.sh
 
-- 
GitLab