Skip to content

Commit

Permalink
for windows os - auto close sikuli after exit
Browse files Browse the repository at this point in the history
tagui.sikuli\tagui.log contains the execution log of the integration
  • Loading branch information
kensoh committed Jun 16, 2017
1 parent 4f02774 commit 685aae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tagui.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ if !file_size! gtr 0 (
)
)

if exist "tagui.sikuli\tagui_sikuli.in" start /b tagui.sikuli\runsikulix -r tagui.sikuli > tagui.sikuli\tagui.log
if exist "tagui.sikuli\tagui_sikuli.in" start /min cmd /c tagui.sikuli\runsikulix -r tagui.sikuli ^> tagui.sikuli\tagui.log

if %tagui_test_mode%==false (
casperjs "%flow_file%.js" %params%%api% | tee -a "%flow_file%.log"
Expand Down

0 comments on commit 685aae3

Please sign in to comment.