Skip to content

Commit

Permalink
Fixed the 'expected failure' for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed Jul 18, 2014
1 parent 2d8dcbb commit 015b948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opamRT.ml
Expand Up @@ -679,7 +679,7 @@ module Big_upgrade : TEST = struct
step "upgrade";
OPAM.upgrade opam_root ~fake:true [];
try check_export opam_root (data "expected.export")
with Failure _ when not !OpamGlobals.use_external_solver ->
with Failure _ when not (OpamCudf.external_solver_available ()) ->
OpamGlobals.note "Expected failure since the external solver is disabled"
end

Expand Down

0 comments on commit 015b948

Please sign in to comment.