mirror of https://github.com/perkeep/perkeep.git
dev-server: fix path to test-secring
Change-Id: I59acfa5d975f6124cc90ca2b96338a9cd5266ef1
This commit is contained in:
parent
8408c4f9b8
commit
5d9f13ccab
|
@ -120,7 +120,7 @@ $ENV{CAMLI_ROOT_REPLICA2} = $suffixdir->("r2");
|
|||
$ENV{CAMLI_ROOT_REPLICA3} = $suffixdir->("r3");
|
||||
$ENV{CAMLI_ROOT_CACHE} = $suffixdir->("cache");
|
||||
$ENV{CAMLI_PORT} = $port;
|
||||
$ENV{CAMLI_SECRET_RING} = "$Bin/lib/go/camli/jsonsign/testdata/test-secring.gpg";
|
||||
$ENV{CAMLI_SECRET_RING} = "$Bin/pkg/jsonsign/testdata/test-secring.gpg";
|
||||
$ENV{CAMLI_DBNAME} = $DBNAME;
|
||||
|
||||
# To use resources from disk, instead of the copies linked into the
|
||||
|
|
Loading…
Reference in New Issue