Index: system_test/testcase_to_run.json =================================================================== --- system_test/testcase_to_run.json (revision 1417104) +++ system_test/testcase_to_run.json (working copy) @@ -1,5 +1,5 @@ { "ReplicaBasicTest" : [ - "testcase_9051" + "testcase_1" ] } Index: system_test/logging.conf =================================================================== --- system_test/logging.conf (revision 1417104) +++ system_test/logging.conf (working copy) @@ -35,7 +35,7 @@ # ============================================== [handler_namedConsoleHandler] class=StreamHandler -level=INFO +level=DEBUG formatter=namedFormatter args=[] Index: system_test/run_test.sh =================================================================== --- system_test/run_test.sh (revision 0) +++ system_test/run_test.sh (revision 0) @@ -0,0 +1,13 @@ +#!/bin/bash + +current_path=`pwd` + +if [[ $current_path != *system_test ]]; +then + echo + echo "Error: Please execute this script in /system_test. Aborting test..." + echo + exit +fi + +python -u -B system_test_runner.py 2>&1 | tee system_test_output_`date +%s`.log Property changes on: system_test/run_test.sh ___________________________________________________________________ Added: svn:executable + *