update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b second try
[osm/SO.git] / rwlaunchpad / ra / pingpong_scaling_systest
index eca3ee6..9696fb4 100755 (executable)
@@ -37,6 +37,9 @@ test_cmd=""
 # Parse commonline argument and set test variables
 parse_args "${@}"
 
+# We want to run in expanded mode
+collapsed_mode=false
+
 # Construct the test command based on the test variables
 construct_test_command
 
@@ -44,7 +47,10 @@ construct_test_command
 cd "${PYTEST_DIR}"
 
 eval ${test_cmd}
+test_rc=$?
 
 # display scaling log
 scaling_log="${RIFT_ARTIFACTS}/scaling_${AUTO_TASK_ID}.log"
 cat ${scaling_log}
+
+exit $test_rc