Skip to content

Commit

Permalink
patch101
Browse files Browse the repository at this point in the history
Signed-off-by: asim <aktech701@gmail.com>
  • Loading branch information
asimchoudhary committed Jan 23, 2025
1 parent 107fef7 commit b1b85fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/utils/run-tests.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Copyright (c) 2025 The Jaeger Authors.
# SPDX-License-Identifier: Apache-2.0

set -euo pipefail

UTILS_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
REPO_ROOT="$UTILS_DIR/../.."
Expand Down Expand Up @@ -63,7 +62,7 @@ main() {
echo "Failed tests:"
for test in "${failed_tests[@]}"; do
echo " - $(basename "$test")"
fi
done
fi

exit $failed
Expand Down

0 comments on commit b1b85fe

Please sign in to comment.