Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Sep 21, 2023
1 parent 4898b96 commit 0e64f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ignition-rendering6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def install
test do
# test plugins in subfolders
["ogre", "ogre2"].each do |engine|
p = lib/"ign-rendering-6/engine-plugins/libgz-rendering-#{engine}.dylib"
p = lib/"ign-rendering-6/engine-plugins/libignition-rendering-#{engine}.dylib"
# Use gz-plugin --info command to check plugin linking
cmd = Formula["gz-plugin2"].opt_libexec/"gz/plugin2/gz-plugin"
args = ["--info", "--plugin"] << p
Expand Down

0 comments on commit 0e64f76

Please sign in to comment.