Skip to content

Commit

Permalink
Match either case of python
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macosforge.org/repository/darwinbuild/trunk@937 10a61168-4876-4dac-953b-31e694342555
  • Loading branch information
wsiegrist@apple.com committed Feb 14, 2011
1 parent c6ad26e commit 35f0697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/darwintrace/run-tests.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ do
set +e set +e
$EXEC /bin/$FILE 2>&1 >> /dev/null $EXEC /bin/$FILE 2>&1 >> /dev/null
set -e 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) C=$(grep -cE $LOGPAT $DARWINTRACE_LOG)
test $C -eq 1 test $C -eq 1
done done
Expand Down

0 comments on commit 35f0697

Please sign in to comment.