Skip to content

Commit

Permalink
added ride runscript for windows and made the tests case execution sc…
Browse files Browse the repository at this point in the history
…ript independent of the filder where it is run and also made it compatible with ride run plugin
  • Loading branch information
Jussi Malinen committed Aug 10, 2011
1 parent 5cf13b4 commit f5e1eb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions run_ride.cmd
@@ -0,0 +1,3 @@
@echo OFF
set PYTHONPATH=%~dp0src
ride.py atests
5 changes: 4 additions & 1 deletion win_execute_regression_tests.bat
@@ -1,3 +1,6 @@
@ECHO OFF
pybot -c regression -L DEBUG --variablefile win_vars.py --pythonpath src\ %1 %2 atests\
set BASE=%~dp0
set DEFAULT_TARGET=
IF [%1]==[] set DEFAULT_TARGET="%BASE%atests"
pybot -c regression -L DEBUG --variablefile "%BASE%win_vars.py" --pythonpath "%BASE%src" %DEFAULT_TARGET% %*
pause

0 comments on commit f5e1eb9

Please sign in to comment.