From a2700bf911e73336fa0072e549d347dd791aa67c Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Thu, 11 Jul 2019 22:02:16 -0400 Subject: [PATCH] adjusted zipr-rida config name to match test-cmds --- cicd_testing/builtin-xforms.sh | 4 ++-- zipr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cicd_testing/builtin-xforms.sh b/cicd_testing/builtin-xforms.sh index 8f90a8c2f..f1b68ae5c 100755 --- a/cicd_testing/builtin-xforms.sh +++ b/cicd_testing/builtin-xforms.sh @@ -8,8 +8,8 @@ cd $PEASOUP_HOME/tests make clean; if [[ $(uname -m) == 'armv7l' ]] || [[ $(uname -m) == 'aarch64' ]]; then - ./test_cmds.sh -c "zipr_rida" -l -a "bzip2 ls" + ./test_cmds.sh -c "rida" -l -a "bzip2 ls" else - ./test_cmds.sh -c "zipr_rida fix_calls_rida fix_calls_ida" -l -a "bzip2 tcpdump" + ./test_cmds.sh -c "rida fix_calls_rida fix_calls_ida" -l -a "bzip2 tcpdump" fi diff --git a/zipr b/zipr index 649ee3103..90b4041d3 160000 --- a/zipr +++ b/zipr @@ -1 +1 @@ -Subproject commit 649ee3103270dc4abf3dc890afec28e12aaa5900 +Subproject commit 90b4041d328482923a545730702619d30b72165a -- GitLab