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

Add fix_calls test

Former-commit-id: c1497aab
parent 66f8ec09
Branches
Tags
No related merge requests found
......@@ -130,3 +130,26 @@ basic-pgms-rida-p1-centos75:
tags:
- centos75
#
# test_cmds.sh fixcalls
#
.basic-pgms-fixcalls: &basic-pgms-fixcalls
stage: test
script:
- ./cicd_testing/basic-pgms-fixcalls.sh
basic-pgms-fixcalls-ubuntu18:
<<: *basic-pgms-fixcalls
tags:
- ubuntu18
basic-pgms-fixcalls-ubuntu16:
<<: *basic-pgms-fixcalls
tags:
- ubuntu16
basic-pgms-fixcalls-centos75:
<<: *basic-pgms-fixcalls
tags:
- centos75
#!/bin/bash
set -e
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 -c fix_calls -l
Subproject commit 8f29588095ab526684760d0c32c9181fe92cdd0e
Subproject commit 201e7cd3410739ee3c76185fa749117cc12afbee
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment