We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8949b66 commit 51c2935Copy full SHA for 51c2935
bin/rpc/rpc_build.ml
@@ -1,10 +1,5 @@
1
open Import
2
3
-(* TODO: remove comment?
4
-Sends a request to build [targets] to the RPC server at [where]. The targets
5
- are specified as strings containing sexp-encoded targets that are passed to
6
- this command as arguments on the command line. *)
7
-
8
let build ~wait targets =
9
let targets =
10
List.map targets ~f:(fun target ->
bin/runtest_common.mli
@@ -1,6 +1,6 @@
open! Import
-(** [make_request ~dir_or_cram_test_paths] returns a function suitable
+(** [make_request ~dir_or_cram_test_paths ~to_cwd] returns a function suitable
for passing to [Build_cmd.run_build_system] which runs the tests referred
to by the elements of [dir_or_cram_test_paths]. *)
val make_request
0 commit comments