diff --git a/tests/test_cmds.sh b/tests/test_cmds.sh index 33ad965bc3d5b9b845c85ff62231d51f68ad720e..c442e9f4a97c965064a4d69a440982e5376fb43c 100755 --- a/tests/test_cmds.sh +++ b/tests/test_cmds.sh @@ -150,6 +150,9 @@ do_tests() kill_deads) $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 + ;; scdi) SimpleCDI_VERBOSE=1 $PSZ $progpath $protected --backend zipr --step simple_cdi=on --tempdir $temp_dir > test_${prog}.ps.log 2>&1 ;;