Skip to content

Commit

Permalink
gz-sim*: use GZ_CONFIG_PATH in test (#2392)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Sep 7, 2023
1 parent fda852b commit a6b920c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Formula/gz-sim7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def install
end

test do
ENV["IGN_CONFIG_PATH"] = "#{opt_share}/gz"
ENV["GZ_CONFIG_PATH"] = "#{opt_share}/gz"
system Formula["ruby"].opt_bin/"ruby",
Formula["gz-tools2"].opt_bin/"gz",
"sim", "-s", "--iterations", "5", "-r", "-v", "4"
Expand Down
2 changes: 1 addition & 1 deletion Formula/gz-sim8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def install
end

test do
ENV["IGN_CONFIG_PATH"] = "#{opt_share}/gz"
ENV["GZ_CONFIG_PATH"] = "#{opt_share}/gz"
system Formula["ruby"].opt_bin/"ruby",
Formula["gz-tools2"].opt_bin/"gz",
"sim", "-s", "--iterations", "5", "-r", "-v", "4"
Expand Down

0 comments on commit a6b920c

Please sign in to comment.