[Pkg-ocaml-maint-commits] [oasis] 06/07: Disable tests for now (until this is built with OCaml >= 4.02)

Stéphane Glondu glondu at moszumanska.debian.org
Thu Sep 3 21:51:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository oasis.

commit 950a2a0e8a9396fece35c9ab846052cc64480c98
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Jun 18 07:11:47 2015 +0200

    Disable tests for now (until this is built with OCaml >= 4.02)
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 410a106..5a7824d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,8 @@ override_dh_auto_build:
 
 .PHONY: override_dh_auto_test
 override_dh_auto_test:
-	ocaml setup.ml -test
+	# Tests disabled for now (until this is built with OCaml >= 4.02)
+	# ocaml setup.ml -test
 
 .PHONY: override_dh_auto_install
 override_dh_auto_install:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/oasis.git



More information about the Pkg-ocaml-maint-commits mailing list