diff --git a/lib/modules/Tools.pmod/Shoot.pmod/module.pmod b/lib/modules/Tools.pmod/Shoot.pmod/module.pmod index 3f3281d01ff3e696aba5891887c6c108518e8522..455a1ce252ef7a1e9102fd9e2fb5fbede5232359 100644 --- a/lib/modules/Tools.pmod/Shoot.pmod/module.pmod +++ b/lib/modules/Tools.pmod/Shoot.pmod/module.pmod @@ -71,6 +71,14 @@ class ExecTest(string id,Test test) { nruns++; Stdio.File pipe=Stdio.File(); +#if 0 + werror("%O %s\n", + runpike+ + ({ "-e","Tools.Shoot._shoot(\""+id+"\")" }), + (runpike+ + ({ "-e","Tools.Shoot._shoot(\""+id+"\")" }))*" "); +#endif + object p= Process.create_process( runpike+ @@ -106,8 +114,7 @@ class ExecTest(string id,Test test) memusage/1024, "("+nruns+")", test->present_n - ?" ("+test->present_n(testntot,nruns,tseconds, - useconds,memusage)+")" + ?" ("+test->present_n(testntot,nruns,truns,tg,memusage)+")" :""); return 0; }