We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e7323 commit dcd18e7Copy full SHA for dcd18e7
tests/lcov/extract/extract.sh
@@ -217,7 +217,7 @@ if [ 0 != $? ] ; then
217
fi
218
219
220
-grep -E "\"user\":\"$USER\"" context.info.json
+grep -F "\"user\":\"$USER\"" context.info.json
221
if [ 0 != $? ] ; then
222
echo "Error: did not find expected context field"
223
if [ $KEEP_GOING == 0 ] ; then
@@ -241,7 +241,7 @@ if [ 0 != $? ] ; then
241
242
243
244
245
246
247
0 commit comments