Skip to content

Commit

Permalink
fix test harness for jar mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Jun 21, 2013
1 parent 224e81b commit 1dd39f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/create-jvm-runner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ sub install {

install "perl6", "java $jopts perl6";
install "perl6-jdb-server", "java -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n $jopts perl6";
install "perl6-eval-server", "java $jopts org.perl6.nqp.runtime.EvalServer TESTTOKEN " . File::Spec->catfile($prefix,"perl6.class");
install "perl6-eval-server", "java $jopts org.perl6.nqp.runtime.EvalServer TESTTOKEN " . File::Spec->catfile($prefix,"perl6.jar");
cp(File::Spec->catfile($nqpprefix,"eval-client.pl"), ".")
or die "Couldn't copy 'eval-client.pl' into $nqpprefix: $!";

0 comments on commit 1dd39f2

Please sign in to comment.