Skip to content

Commit

Permalink
Merge branch 'selfClosedTagsTidy'
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianblynch committed Jun 19, 2014
2 parents 8d2769a + c1a6ba8 commit d61ebc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.cfc
Expand Up @@ -23,7 +23,7 @@
<cfset isRunning = false>
<cfset args = "-jar ""#jarPath#"" #variables.seleniumServerArguments#">
<cfset logStatus( text="!!!! STARTING Selenium RC with jar path: #jarPath#! args were: #args#." )>
<cfexecute name="java" arguments="#args#">
<cfexecute name="java" arguments="#args#" />

<!--- we need to give the server time to fully start --->
<cfloop condition="NOT serverIsRunning()">
Expand Down

0 comments on commit d61ebc5

Please sign in to comment.