OK, that was the clue I needed..Andrew's email implied to me that there was 
something somewhere else that was calling runtests.sh. I had copied my 
build.properties from an example/donor project and it included the lines I 
mentioned before..commenting them out seems to have fixed the issue, i.e.:

#basebuilderBranch=R35_RC4

On Jan 4, 2010, at 1:50 PM, Andrew Overholt wrote:

>> I suspect we are still running into display contention issues.
> 
> It looks like Miles is still using runtests.sh.  Miles, see the top of
> that file:
> 
> #!/bin/bash
> #     This file is deprecated and only used by the old build.steps=test
> #     The new multiplatform way to run tests is with   build.steps=testLocal
> 
> But I'm confused as to why this didn't find the supposedly-running X server
> on display 9:
> 
>  highestXPortInUse=$(ps aux | egrep '[Xvnc|Xvfb]\ :' \
>    | awk '{ print $12 }' | sed s/:// | sort -n | tail -n 1)
> 
> Was someone running some other X server on build.eclipse.org?
> 
> Andrew
> _______________________________________________
> dash-dev mailing list
> dash-dev@eclipse.org
> https://dev.eclipse.org/mailman/listinfo/dash-dev

_______________________________________________
dash-dev mailing list
dash-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/dash-dev

Reply via email to