Skip to content

Commit 89b73ff

Browse files
committed
Debug patching PHP tests runner [skip appveyor]
1 parent ef835e7 commit 89b73ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ before_script:
6868
add_str="--suppressions=./tests/php-$(php-config --version | cut -d'.' -f1,2).supp"
6969
sed -e "s|[\"']\($search_str\)[\"']|\"\1 $add_str\"|" run-tests.php > tmp.php
7070
mv tmp.php run-tests.php
71+
grep 'valgrind -q --tool=' run-tests.php
72+
73+
echo "Done"
7174
fi
7275
7376
script:

0 commit comments

Comments
 (0)