Revision
937
Author
wsiegrist@apple.com
Date
2011-02-14 08:53:11 -0800 (Mon, 14 Feb 2011)

Log Message

Match either case of python

Modified Paths

Diff

Modified: trunk/testing/darwintrace/run-tests.sh (936 => 937)


--- trunk/testing/darwintrace/run-tests.sh	2011-02-10 15:27:41 UTC (rev 936)
+++ trunk/testing/darwintrace/run-tests.sh	2011-02-14 16:53:11 UTC (rev 937)
@@ -43,7 +43,7 @@
 	set +e	
 	$EXEC /bin/$FILE 2>&1 >> /dev/null
 	set -e
-	LOGPAT="Python\[[0-9]+\][[:space:]]execve[[:space:]]/bin/${FILE}"
+	LOGPAT="[Pp]ython\[[0-9]+\][[:space:]]execve[[:space:]]/bin/${FILE}"
 	C=$(grep -cE $LOGPAT $DARWINTRACE_LOG)
   test $C -eq 1
 done