Skip to content

Commit

Permalink
Apparently we can't do signals on JVM either
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 13, 2014
1 parent b40d639 commit c4b7322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S22-package-format/local.t
Expand Up @@ -24,6 +24,7 @@ ok $srcsrc.IO.spurt($nanoonanoo), "Could we create '$srcsrc'";
ok mkdir($cmpdir), "Could we create $cmpdir";
ok $cmpsrc.IO.spurt($nanoonanoo), "Could we create '$cmpsrc'";

#?rakudo.jvm skip 'cannot do signals in JVM'
#?rakudo.parrot skip 'cannot do signals in parrot'
ok signal(SIGINT).tap( {die} ), 'install Ctrl-C handler for cleanup in END';

Expand Down

0 comments on commit c4b7322

Please sign in to comment.