Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix: missing console.log file
Browse files Browse the repository at this point in the history
  • Loading branch information
fczuardi committed Feb 28, 2024
1 parent 803f73a commit 006668a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ _k6-run remote testname results_dir *args:
--vus={{k6_vus}} --iterations={{k6_iterations}} \
--env AWS_CLI_PROFILE={{remote}} \
$prometheus_output_arg \
--out json="{{results_dir}}/k6-{{testname}}.json"
--out json="{{results_dir}}/k6-{{testname}}.json" \
--console-output="{{results_dir}}/k6-{{testname}}.console.log" \
{{args}} 2>&1 | tee "{{results_dir}}/k6-{{testname}}.log"
Expand Down

0 comments on commit 006668a

Please sign in to comment.