Skip to content

Commit

Permalink
Merge pull request #252 from dosaboy/func-tests-fix-juju2-stderr-logs
Browse files Browse the repository at this point in the history
Ensure func tests log both stdout and stderr
  • Loading branch information
dosaboy authored Sep 25, 2024
2 parents 7a3a0e7 + 5d65747 commit 7cc5c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/tools/charmed_openstack_functest_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,5 @@ for target in ${!func_targets[@]}; do
echo " * $target: FAILURE$voting_info"
fi
done
) | tee $LOGFILE
) 2>&1 | tee $LOGFILE
echo -e "\nResults also saved to $LOGFILE"

0 comments on commit 7cc5c23

Please sign in to comment.