From 2584ef5f57cf867c4ed00e52164fb2df1c277ccd Mon Sep 17 00:00:00 2001 From: Anh Nguyen-Tuong <zenpoems@gmail.com> Date: Sun, 24 Feb 2019 15:29:40 -0500 Subject: [PATCH] Update kill_deads.rida config --- peasoup_examples/tests/test_cmds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peasoup_examples/tests/test_cmds.sh b/peasoup_examples/tests/test_cmds.sh index 4e399ae9d..4a558dd49 100755 --- a/peasoup_examples/tests/test_cmds.sh +++ b/peasoup_examples/tests/test_cmds.sh @@ -199,7 +199,7 @@ do_tests() $PSZ $progpath $protected -c kill_deads=on --tempdir $temp_dir > test_${prog}.ps.log 2>&1 ;; kill_deads.rida) - $PSZ $progpath $protected -c rida -c kill_deads=on --tempdir $temp_dir > test_${prog}.ps.log 2>&1 + $PSZ $progpath $protected -c rida -c kill_deads=on -s meds_static=off --tempdir $temp_dir > test_${prog}.ps.log 2>&1 ;; scdi) SimpleCDI_VERBOSE=1 $PSZ $progpath $protected --backend zipr --step simple_cdi=on --tempdir $temp_dir > test_${prog}.ps.log 2>&1 -- GitLab