We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8c3d1 commit 8c2b556Copy full SHA for 8c2b556
tests/integration/integration-tests.sh
@@ -56,7 +56,7 @@ validate_metrics() {
56
validate_logs() {
57
log=$1
58
echo "LOGS:"
59
- echo $log
+ cat $log
60
echo "End of LOGS"
61
if [ $(grep -Ri "Configuring log-forwarding to Loki." $log | wc -l) -lt 2 ]; then
62
exit 1
0 commit comments