File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ function truffleruby {
27
27
28
28
set -xe
29
29
30
- jt gem-test-pack
31
- truffleruby gem install truffleruby-gem-test-pack /gem-cache/bundler-1.16.5.gem --local --no-document
30
+ gem_test_pack= " $( jt gem-test-pack) "
31
+ truffleruby gem install " $gem_test_pack /gem-cache/bundler-1.16.5.gem" --local --no-document
32
32
33
33
# backup bin/rake, which gets overwritten
34
34
cp bin/rake bin/rake-original
35
35
36
36
cd test/truffle/ecosystem/blog
37
37
38
- truffleruby bundle config --local cache_path ../../../../truffleruby- gem-test-pack/gem- cache
38
+ truffleruby bundle config --local cache_path " $gem_test_pack / gem-cache"
39
39
truffleruby bundle config --local without postgresql mysql
40
40
41
41
truffleruby bundle install --local --no-cache
You can’t perform that action at this time.
0 commit comments