Skip to content
Snippets Groups Projects
Commit 0d6c2694 authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

[lustret] mutation report is create in initial folder

parent 55a8633c
No related branches found
No related tags found
No related merge requests found
......@@ -99,11 +99,8 @@ let testgen_source dirname basename extension =
(* Printing traceability *)
let trace_filename =
match !Options.dest_dir with
| "" -> (* Mutant report is generated in source directory *)
basename^ ".mutation.json"
| dir -> (* Mutants are generated in target directory *)
dir ^ "/" ^ (Filename.basename basename)^ ".mutation.json"
(* Mutant report is generated in source directory *)
basename^ ".mutation.json"
in
pp_trace trace_filename mutation_list;
(* We stop the process here *)
......
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