this repo has no description

certify: Make the tests compatible with opam's sandbox

Kate 6945e424 f0d388b2

Changed files
+3 -3
packages
certify
certify.0.3.0
certify.0.3.1
certify.0.3.2
+1 -1
packages/certify/certify.0.3.0/opam
···
build: [
[ "dune" "build" "-p" name "-j" jobs ]
-
[ "test/test.sh" ] {with-test}
+
[ "env" "CERTDIR=tmp" "KEYDIR=tmp" "./test/test.sh" ] {with-test}
]
depends: [
"dune" {>= "1.0"}
+1 -1
packages/certify/certify.0.3.1/opam
···
build: [
[ "dune" "build" "-p" name "-j" jobs ]
-
[ "test/test.sh" ] {with-test}
+
[ "env" "CERTDIR=tmp" "KEYDIR=tmp" "./test/test.sh" ] {with-test}
]
depends: [
"dune" {>= "1.0"}
+1 -1
packages/certify/certify.0.3.2/opam
···
build: [
[ "dune" "build" "-p" name "-j" jobs ]
-
[ "test/test.sh" ] {with-test}
+
[ "env" "CERTDIR=tmp" "KEYDIR=tmp" "./test/test.sh" ] {with-test}
]
depends: [
"dune" {>= "1.0"}