Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-11-04-01-46-50
[civicrm-core.git] / tools / bin / scripts / runTest.sh
index 13cc25053ca527e5a1cce8b3de9e321a0e32c96e..d5966b8c4109ac498d6006259c51dd6b11b93620 100755 (executable)
@@ -49,7 +49,7 @@ run_seleniumTest()
     sub_menu
     echo "Enter Your Option: "
     read choice
-   
+
     cd $ORIGPWD/../test/selenium-ruby/CRM
     # Running Selenium (ruby) Tests
     ruby ruby_unit_tests.rb $choice
@@ -136,7 +136,7 @@ run_option()
       echo "Unit Tests Successfully Completed. Log stored in the File : " $PATH4LOG/Result/$logUT; echo;
       echo " **************************************************************************** ";
       ;;
-  
+
     # Stress Tests
   "ST" | "st" | "St")
       echo "Running Stress Tests"; echo;
@@ -144,7 +144,7 @@ run_option()
       echo "Stress Tests Successfully Completed."; echo;
       echo " **************************************************************************** ";
       ;;
-  
+
     # Selenium (Ruby) Tests
   "SRT" | "srt" | "Srt")
       echo "Running Selenium (Ruby) Tests"; echo;