Skip to content

Commit

Permalink
Remove unnecessary make that causes an issue (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakwerk committed Jan 19, 2025
1 parent 131b8d3 commit 8852d49
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions patches/test_certs_generate.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
diff --git a/test/certs/generate.sh b/test/certs/generate.sh
index 7386e7992..27d105017 100755
index 7386e7992..50ec741f3 100755
--- a/test/certs/generate.sh
+++ b/test/certs/generate.sh
@@ -64,8 +64,8 @@ webpki() (
@@ -63,9 +63,9 @@ webpki() (
# This function executes in a subshell, so this cd does not affect the parent
# script.
cd ../..
make build
- make build
- mkdir ./test/certs/webpki
- go run ./test/certs/webpki.go
+ # make build
+ mkdir ./labca/certs/webpki
+ # go run ./labca/certs/webpki.go
)
Expand Down

0 comments on commit 8852d49

Please sign in to comment.