Skip to content

Commit

Permalink
Fix openstack regression test runner logfile name
Browse files Browse the repository at this point in the history
  • Loading branch information
dosaboy committed Sep 30, 2024
1 parent 4574240 commit eb94761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/tools/openstack_regression_tests_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ if [[ ! -f $TEST_TMPDIR/test_server.bin ]]; then
cp $(dirname $0)/tempest_test_resources/test_server.bin $TEST_TMPDIR
fi

LOGFILE=$(mktemp --suffix=-charm-func-test-results)
LOGFILE=$(mktemp --suffix=-openstack-release-test-results)
(
# Ensure charmed-openstack-tester checked out and up-to-date
if [[ -d $HOME/charmed-openstack-tester ]]; then
Expand Down

0 comments on commit eb94761

Please sign in to comment.