Skip to content
Snippets Groups Projects
Commit ab2f9920 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

set env vars for both zipr and zafl

parent 2f196c7c
No related branches found
No related tags found
No related merge requests found
Pipeline #7205 canceled
......@@ -2,7 +2,12 @@
set -e
set -x
cd /tmp/zafl_test
# source PEASOUP env vars
cd $CICD_MODULE_WORK_DIR/zafl_test
source set_env_vars
# source ZAFL env vars
cd /tmp/zafl_tmp
source set_env_vars
# Test with afl
......
......@@ -7,11 +7,14 @@ main()
env
pwd
ls -lt /tmp
cd /tmp/zafl_test
# source PEASOUP env vars
cd $CICD_MODULE_WORK_DIR/zafl_test
source set_env_vars
exit 0
# source ZAFL env vars
cd /tmp/zafl_tmp
source set_env_vars
cd $PEASOUP_HOME/tests; make clean;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment