Extracted from Pike v7.8 release 866 at 2016-11-06.
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.