Skip to content

Commit ae5df68

Browse files
committed
experimet
1 parent 5d3cbfc commit ae5df68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ for rlib in "${rlib_paths[@]}"; do
158158
grep_has_results=0
159159
grep -v -F -x -f "$defined" "$undefined" && grep_has_results=1
160160

161+
wc -l $defined
162+
wc -l $undefined
163+
161164
if [ "$target" = "powerpc64-unknown-linux-gnu" ]; then
162165
echo "FIXME: powerpc64 fails these tests"
163166
elif [ "$grep_has_results" != 0 ]; then

0 commit comments

Comments
 (0)