Skip to content

Commit 44ce81d

Browse files
committed
Bugfix: handle case that string 'user' is part of run directory full path. See #383.
Signed-off-by: Henry Cox <[email protected]>
1 parent bb59844 commit 44ce81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lcov/extract/extract.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ if [ 0 != $? ] ; then
226226
exit 1
227227
fi
228228
fi
229-
grep user context.info
229+
grep user: context.info
230230
if [ 0 == $? ] ; then
231231
echo "Error: did not expect to find context field in info"
232232
if [ $KEEP_GOING == 0 ] ; then

0 commit comments

Comments
 (0)