Pārlūkot izejas kodu

runner: prepend the resource directory for async-signing tests.

b4d65fda70 was written concurrently with
my updating runner to handle -resource-dir (in
7c803a65d5) and thus it didn't include the
needed change for the test that it added to handle it.

This change fixes that added test so that it can run with -resource-dir.

Change-Id: I06b0adfb3fcf3f11c061fe1c8332a45cd7cd2dbc
kris/onging/CECPQ3_patch15
Adam Langley pirms 9 gadiem
vecāks
revīzija
288d8d5ada
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      ssl/test/runner/runner.go

+ 2
- 2
ssl/test/runner/runner.go Parādīt failu

@@ -2210,8 +2210,8 @@ func addStateMachineCoverageTests(async, splitHandshake bool, protocol protocol)
ClientAuth: RequireAnyClientCert,
},
flags: []string{
"-cert-file", rsaCertificateFile,
"-key-file", rsaKeyFile,
"-cert-file", path.Join(*resourceDir, rsaCertificateFile),
"-key-file", path.Join(*resourceDir, rsaKeyFile),
"-use-async-private-key",
},
})


Notiek ielāde…
Atcelt
Saglabāt