Revision: 97
Author: janne.t.harkonen
Date: Sun Nov  7 23:10:57 2010
Log: set critical tags
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=97

Modified:
 /trunk/atest/run_tests.sh

=======================================
--- /trunk/atest/run_tests.sh   Tue Nov  2 00:04:07 2010
+++ /trunk/atest/run_tests.sh   Sun Nov  7 23:10:57 2010
@@ -1,5 +1,5 @@
 OUTDIR=results
-
-pybot -d $OUTDIR -l pybot_log -r pybot_report -o pybot_output -P src $* atest
-jybot -d $OUTDIR -l jybot_log -r jybot_report -o jybot_output -P src \
- -P lib/trilead-ssh2-build213.jar $* atest
+COMMON_FLAGS="-d $OUTDIR -P src -P lib/trilead-ssh2-build213.jar --critical regression"
+
+pybot $COMMON_FLAGS -l pybot_log -r pybot_report -o pybot_output $* atest
+jybot $COMMON_FLAGS -l jybot_log -r jybot_report -o jybot_output $* atest

Reply via email to