[Laszlo-dev] how did you get runlzunit to run in the background?
P T Withington
ptw at pobox.com
Mon Apr 14 21:06:26 PDT 2008
I thought I checked that in?
-r8644
Index: runlzunit.sh
===================================================================
--- runlzunit.sh (revision 8643)
+++ runlzunit.sh (working copy)
@@ -1,7 +1,7 @@
#!/bin/bash
# * P_LZ_COPYRIGHT_BEGIN
******************************************************
-# * Copyright 2001-2006 Laszlo Systems, Inc. All Rights
Reserved. *
+# * Copyright 2001-2006, 2008 Laszlo Systems, Inc. All Rights
Reserved. *
# * Use is subject to license
terms. *
# * P_LZ_COPYRIGHT_END
********************************************************
@@ -122,7 +122,7 @@
testurl=http://localhost:8080/${lps_dir}/${path}?lzr=${runtime}
echo "loading ${testurl} at ${path}"
if [ "${build_os}" = "osx" ]; then
- `open -a "${browser}" "${testurl}"`
+ `open -g -a "${browser}" "${testurl}"`
else
`"${browser}" "${testurl}"` &
fi
On 2008-04-14, at 22:32 EDT, Henry Minsky wrote:
> How do you get ant runlzunit to not bring the browser window to the
> front
> every time it runs a new test?
>
>
>
>
> --
> Henry Minsky
> Software Architect
> hminsky at laszlosystems.com
More information about the Laszlo-dev
mailing list