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...
*** facile
* alias sur les node polymorphes impossible. Pourtant, ca devrait
pouvoir marcher.
* verifier que chacun des exemples du repertoire "should_fail" échoue
avec un bon message d'erreur.
* 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.
......@@ -28,7 +28,8 @@ let add_infile file_name =
let lexbuf_of_file_name file =
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
in
line_num := 1;
......
LC0=../lus2lic
LC=../lus2lic -vl 3 --compile-all-items
LC=../lus2lic -vl 2 --compile-all-items
LC2=../lus2lic --compile-all-items
NL="----------------------------------------------------------------------\\n"
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
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