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 5d3cbfc commit ae5df68Copy full SHA for ae5df68
ci/run.sh
@@ -158,6 +158,9 @@ for rlib in "${rlib_paths[@]}"; do
158
grep_has_results=0
159
grep -v -F -x -f "$defined" "$undefined" && grep_has_results=1
160
161
+ wc -l $defined
162
+ wc -l $undefined
163
+
164
if [ "$target" = "powerpc64-unknown-linux-gnu" ]; then
165
echo "FIXME: powerpc64 fails these tests"
166
elif [ "$grep_has_results" != 0 ]; then
0 commit comments