Skip to content

Commit

Permalink
Remove undeclared variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 23, 2024
1 parent 81f8932 commit d49b922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/main/jobtypes/performance/performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function performance_run() {
for errorkey in ERROR WARN; do
# Also checking that the errorkey is the log entry type.
if grep $errorkey "${SHAREDDIR}/output/logs/jmeter.log" | awk '{print $3}' | grep -q $errorkey ; then
echo "Error: \"$errorkey\" found in jmeter logs, read $logfile to see the full trace."
echo "Error: \"$errorkey\" found in jmeter logs, read log file to see the full trace."
EXITCODE=1
fi
done
Expand Down

0 comments on commit d49b922

Please sign in to comment.