mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Show when skipping valgrind for a test.
This commit is contained in:
parent
fccb7eb343
commit
65333f7454
@ -605,7 +605,11 @@ if [ "x$USE_VALGRIND" != "x" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
if [ x"$VG_SKIP" != "x" ]; then
|
||||||
|
verbose valgrind skipped
|
||||||
|
else
|
||||||
verbose valgrind results $VG_RESULT_COUNT errors $VG_ERROR_COUNT
|
verbose valgrind results $VG_RESULT_COUNT errors $VG_ERROR_COUNT
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $RESULT -eq 0 ]; then
|
if [ $RESULT -eq 0 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user