From 819b12b759924c19eb923da6dc5069bda55978f4 Mon Sep 17 00:00:00 2001 From: ccremers Date: Thu, 23 Feb 2006 10:50:32 +0000 Subject: [PATCH] - Space instead of comma for testing. --- test/scythertest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/scythertest.py b/test/scythertest.py index 822ab3b..7d6e45b 100755 --- a/test/scythertest.py +++ b/test/scythertest.py @@ -33,8 +33,8 @@ def parse(scout): for line in lines: data = line.split() if len(data) > 4 and data[0] == 'claim': - claim = ",".join(data[1:2]) - tag = data[5] + claim = " ".join(data[1:2]) + tag = data[4] value = -1 if tag == 'Fail': value = 0