Skip to content

Commit f201862

Browse files
committed
JT: Fix path for the post_install_hook test
1 parent 8a67c13 commit f201862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ def test_cexts(*args)
11741174

11751175
# Test that running the post-install hook works, even when opt &
11761176
# llvm-link are not on PATH, as it is the case on macOS.
1177-
sh({'TRUFFLERUBY_RECOMPILE_OPENSSL' => 'true'}, 'lib/truffle/post_install_hook.sh')
1177+
sh({'TRUFFLERUBY_RECOMPILE_OPENSSL' => 'true'}, 'mxbuild/graalvm/jre/languages/ruby/lib/truffle/post_install_hook.sh')
11781178

11791179
when 'gems'
11801180
# Test that we can compile and run some real C extensions

0 commit comments

Comments
 (0)