src/HOL/Mirabelle/lib/scripts/mirabelle.pl
changeset 62677 0df43889f496
parent 62634 aa3b47b32100
child 62779 7737e26cd3c6
equal deleted inserted replaced
62676:1792f8ed2b04 62677:0df43889f496
   157 
   157 
   158 if ($output_log) { print "Mirabelle: $thy_file\n"; }
   158 if ($output_log) { print "Mirabelle: $thy_file\n"; }
   159 
   159 
   160 my $cmd =
   160 my $cmd =
   161   "isabelle process -o quick_and_dirty -o threads=1" .
   161   "isabelle process -o quick_and_dirty -o threads=1" .
   162   " -e 'use_thy \"$path/$new_thy_name\"' -l $mirabelle_logic" . $quiet;
   162   " -T \"$path/$new_thy_name\" -l $mirabelle_logic" . $quiet;
   163 my $result = system "bash", "-c", $cmd;
   163 my $result = system "bash", "-c", $cmd;
   164 
   164 
   165 if ($output_log) {
   165 if ($output_log) {
   166   my $outcome = ($result ? "failure" : "success");
   166   my $outcome = ($result ? "failure" : "success");
   167   print "\nFinished:  $thy_file  [$outcome]\n";
   167   print "\nFinished:  $thy_file  [$outcome]\n";