Skip to content
Snippets Groups Projects
Commit 788dfc5f authored by Erwan Jahier's avatar Erwan Jahier
Browse files

Une verbose level 2 instead of 3 in the non-reg tests.

parent 0096fda9
No related branches found
No related tags found
No related merge requests found
...@@ -136,8 +136,8 @@ n'est pas le cas pour l'instant... ...@@ -136,8 +136,8 @@ n'est pas le cas pour l'instant...
*** facile *** facile
* alias sur les node polymorphes impossible. Pourtant, ca devrait * verifier que chacun des exemples du repertoire "should_fail" échoue
pouvoir marcher. avec un bon message d'erreur.
* mettre les operateurs temporels dans Predef ??? * mettre les operateurs temporels dans Predef ???
......
(** Time-stamp: <modified the 30/05/2008 (at 17:19) by Erwan Jahier> *) (** Time-stamp: <modified the 09/06/2008 (at 11:05) by Erwan Jahier> *)
(** Some global variables. (** Some global variables.
...@@ -28,7 +28,8 @@ let add_infile file_name = ...@@ -28,7 +28,8 @@ let add_infile file_name =
let lexbuf_of_file_name file = let lexbuf_of_file_name file =
let inchannel = let inchannel =
Verbose.print_string ~level:1 ("Opening file " ^ (Sys.getcwd ()) ^ file ^ "\n"); Verbose.print_string ~level:1
("Opening file " ^ (Filename.concat (Sys.getcwd ()) file) ^ "\n");
open_in file open_in file
in in
line_num := 1; line_num := 1;
......
LC0=../lus2lic LC0=../lus2lic
LC=../lus2lic -vl 3 --compile-all-items LC=../lus2lic -vl 2 --compile-all-items
LC2=../lus2lic --compile-all-items LC2=../lus2lic --compile-all-items
NL="----------------------------------------------------------------------\\n" NL="----------------------------------------------------------------------\\n"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment