Home | History | Annotate | Download | only in tools

Lines Matching full:server

36 PIDFILE = "/tmp/v8-distributed-testing-server.pid"
44 start Starts the server. Forks to the background.
45 stop Stops the server.
46 restart Stops, then restarts the server.
47 setup Creates or updates the environment for the server to run.
112 # Check out or update the server implementation in the current directory.
114 if os.path.exists(os.path.join(testrunner_dir, "server/daemon.py")):
123 "tools/test-server.py")
142 print("Please stop the server before updating. Exiting.")
153 from testrunner.server import constants
154 from testrunner.server import local_handler
155 from testrunner.server import main
173 daemon = main.Server(PIDFILE, ROOT)
176 daemon = main.Server(PIDFILE, ROOT)
179 daemon = main.Server(PIDFILE, ROOT)
186 print("Server not running.")
204 daemon = main.Server(PIDFILE, ROOT)