Skip to content

Commit

Permalink
[Truffle] Fix TCK tests as run by Maven.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 21, 2016
1 parent c1dd787 commit 179d856
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion truffle/pom.rb
Expand Up @@ -65,7 +65,8 @@
plugin( :surefire,
'systemProperties' => {
'jruby.home' => '${basedir}/..'
} )
},
'additionalClasspathElements' => ['${basedir}'] )

build do
default_goal 'package'
Expand Down
3 changes: 3 additions & 0 deletions truffle/pom.xml
Expand Up @@ -157,6 +157,9 @@ DO NOT MODIFIY - GENERATED CODE
<systemProperties>
<jruby.home>${basedir}/..</jruby.home>
</systemProperties>
<additionalClasspathElements>
<additionalClasspathElement>${basedir}</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 179d856

Please sign in to comment.