Skip to content

Commit

Permalink
Export config_smalltalk and config_tracking
Browse files Browse the repository at this point in the history
to make them always available in `report_build_metrics`
  • Loading branch information
fniephaus committed Dec 9, 2023
1 parent 17dda88 commit 61ab37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -524,15 +524,15 @@ run() {
# All positional parameters
################################################################################
main() {
local config_smalltalk=""
export config_smalltalk=""
local config_ston=""
local config_clean="false"
local config_debug="false"
local config_first_arg_or_empty=""
local config_headless="true"
local config_image=""
local config_colorful="true"
local config_tracking="true"
export config_tracking="true"
local config_verbose="false"
local config_vm=""
local config_vm_dir
Expand Down

0 comments on commit 61ab37e

Please sign in to comment.