Skip to content

Commit 8c2b556

Browse files
committed
wip
1 parent 8b8c3d1 commit 8c2b556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/integration-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ validate_metrics() {
5656
validate_logs() {
5757
log=$1
5858
echo "LOGS:"
59-
echo $log
59+
cat $log
6060
echo "End of LOGS"
6161
if [ $(grep -Ri "Configuring log-forwarding to Loki." $log | wc -l) -lt 2 ]; then
6262
exit 1

0 commit comments

Comments
 (0)