Correct cause of NPE in python wrapper
[ric-plt/lib/rmr.git] / test / app_test / run_all.ksh
index ffcd3e1..990694d 100644 (file)
@@ -7,6 +7,7 @@ while [[ $1 == "-"* ]]
 do
        case $1 in 
                -B)     build="-B";;
+               -i)     installed="-i";;
 
                *)      echo "'$1' is not a recognised option and is ignored";;
        esac
@@ -15,7 +16,11 @@ do
 done
 
 set -e
-ksh run_app_test.ksh $build
+echo "---- app -------------"
+ksh run_app_test.ksh -v $installed $build
+echo "----- multi -----------"
 ksh run_multi_test.ksh
+echo "----- round robin ----"
 ksh run_rr_test.ksh
+echo "----- rts ------------"
 ksh run_rts_test.ksh -s 20