Builder_web: visualization_cmd: Changed bin to be 'builder-viz' + let it be searched in PATH
This commit is contained in:
parent
5a9c1237a1
commit
8897f525fe
1 changed files with 1 additions and 3 deletions
|
@ -184,9 +184,7 @@ let add_routes datadir =
|
||||||
in
|
in
|
||||||
|
|
||||||
let visualization_cmd args =
|
let visualization_cmd args =
|
||||||
(*> goto make work across different cwd's*)
|
let cmd = "", Array.of_list ("builder-viz" :: args)
|
||||||
let bin = "_build/default/bin/visualizations/builder_viz.exe" in
|
|
||||||
let cmd = bin, Array.of_list (bin :: args)
|
|
||||||
in
|
in
|
||||||
Lwt_process.pread cmd
|
Lwt_process.pread cmd
|
||||||
~stderr:`Dev_null
|
~stderr:`Dev_null
|
||||||
|
|
Loading…
Reference in a new issue