Skip to content

Commit

Permalink
fix handling of only_parse=false
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Aug 29, 2024
1 parent 2070325 commit 7cc3351
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ printRunParameters
installDependencies

# if only_parse is not defined, then
if test -z ${only_parse}; then
if test -z ${only_parse} || ! ${only_parse} ; then
validateMachineConfig ${machine_type} ${num_nodes} ${num_ssd}

# GCP configuration
Expand Down

0 comments on commit 7cc3351

Please sign in to comment.