Extracted from Pike v7.8 release 352 at 2012-06-25.
pike.ida.liu.se
[Top]
Tools
Tools.Shoot
Tools.Shoot.ExecTest

Method Tools.Shoot.ExecTest()->run()


Method run

int(0..1) run(int maximum_seconds, int maximum_runs, void|int silent)

Description

This function runs the actual test, by spawning off a new pike and call it until at least one of these conditions: maximum_seconds has passed, or the number of runs is at least maximum_runs.