Revision: 4b4d3844f39f
Author:   Anssi Syrjäsalo <[email protected]>
Date:     Mon Jul 29 08:52:55 2013
Log:      A script for running unit tests

http://code.google.com/p/robotframework-sshlibrary/source/detail?r=4b4d3844f39f

Added:
 /utest/run_utests.sh

=======================================
--- /dev/null
+++ /utest/run_utests.sh        Mon Jul 29 08:52:55 2013
@@ -0,0 +1,12 @@
+set +x
+
+if [ "$1" == "jython" ]; then
+    shift
+    PYTHONPATH="src/:$PYTHONPATH" jython $*
+elif [ "$1" == "python" ]; then
+    shift
+    PYTHONPATH="src/:$PYTHONPATH" python $*
+else
+    echo "Usage: utest/run_utests.sh (python|jython) <target>"
+    exit 1
+fi

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to