File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/ma
3
3
script : bash -ex .travis-opam.sh
4
4
sudo : true
5
5
env :
6
- - OCAML_VERSION=4.01 PACKAGE=xapi-storage-script PINS="xapi-storage:git://github.com/djs55/xapi-storage" EXTRA_REMOTES="git://github.com/xapi-project/opam-repo-dev"
6
+ - OCAML_VERSION=4.02 PACKAGE=xapi-storage-script PINS="xapi-storage:git://github.com/djs55/xapi-storage" EXTRA_REMOTES="git://github.com/xapi-project/opam-repo-dev"
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ let fork_exec_rpc root_dir script_name args response_of_rpc =
114
114
Writer. write w (Jsonrpc. to_string args);
115
115
Writer. close w
116
116
>> = fun () ->
117
- Process. wait p
117
+ Process. collect_output_and_wait p
118
118
>> = fun output ->
119
119
begin match output.Process.Output. exit_status with
120
120
| Error (`Exit_non_zero code ) ->
@@ -1084,7 +1084,7 @@ let _ =
1084
1084
() with
1085
1085
| `Ok () -> ()
1086
1086
| `Error x ->
1087
- Printf. fprintf stderr " Error: %s\n %!" x;
1087
+ error " Error: %s\n %!" x;
1088
1088
Pervasives. exit 1 );
1089
1089
1090
1090
if ! Xcp_service. daemon then begin
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ remove: [
10
10
depends: [
11
11
"xapi-idl" {>= "0.10.0" }
12
12
"xapi-storage"
13
- "async" {= "111.25.00" }
14
- "async_inotify" {= "111.28.00" }
13
+ "async"
14
+ "async_inotify"
15
+ "async_unix" {>= "112.24.00" }
15
16
"core"
16
17
"message-switch" {>= "0.11.0" }
17
18
]
You can’t perform that action at this time.
0 commit comments