summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
Diffstat (limited to 'it.class')
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index d7a0030..81e1bd4 100644
--- a/it.class
+++ b/it.class
@@ -214,7 +214,7 @@ static function error($p = array(), $extra = null)
if ($p['okstate'])
{
- list($okfn, $okstatus) = explode("=", "$home/okstate_" . $p['okstate']);
+ list($okfn, $okstatus) = explode("=", "$home/tmp/okstate_" . $p['okstate']);
$failcount = $okstatus ? 0 : (int)@file_get_contents($okfn) + 1; # NOPHPLINT
file_put_contents($okfn, "$failcount\n"); # NOPHPLINT
if ($failcount != $p['failcount'] && $failcount != $p['failcount'] * 30)