From d26099b16d13db865a725c347d2d3265f37c3a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Weing=C3=A4rtner?= Date: Wed, 29 May 2024 13:38:50 -0300 Subject: [PATCH] Update run-upgrade-tests.sh Co-authored-by: Daniel Augusto Veronezi Salvador <38945620+GutoVeronezi@users.noreply.github.com> --- run-upgrade-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-upgrade-tests.sh b/run-upgrade-tests.sh index c9b7456a8..40835e742 100755 --- a/run-upgrade-tests.sh +++ b/run-upgrade-tests.sh @@ -107,7 +107,7 @@ export GNOCCHI_USER=$GNOCCHI_USER_ID # needs to be released. Otherwise, the logs stop to be writen, and the # execution of the code is "frozen", due to the lack of buffer in the # process output. To work around that, we can read the buffer, and dump it -# into a lof file. Then, we can cat the log file content at the end of the +# into a log file. Then, we can cat the log file content at the end of the # process. UWSGI_LOG_FILE=/tmp/uwsgi-new-version.log METRICD_LOG_FILE=/tmp/gnocchi-metricd-new-version.log