From 9495b0c4a136f9c955049d50ebeb936ee1da603b Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 24 Aug 2024 17:10:14 -0400 Subject: [PATCH 1/3] updated readme for revised tests --- weasyprint/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/weasyprint/README.md b/weasyprint/README.md index 83f2756..67c1536 100644 --- a/weasyprint/README.md +++ b/weasyprint/README.md @@ -4,10 +4,18 @@ Build layer: + # dependencies - ensure your environment has unzip, zip, and jq + $ make build/weasyprint-layer-python3.12.zip # to test your build run - $ make test.weasyprint + $ make test.start.container + # a timestamp followed by "exec '/var/runtime/bootstrap'" should appear + # `docker ps` should show a running container + + # in a new shell, run + $ make test.print.report + # a report.pdf file will generate to the current directory Deploy layer: From 0904a8fd702bad60a8b146922fb1d5e839b534e0 Mon Sep 17 00:00:00 2001 From: Andy Strickland <32161932+penguinairlines@users.noreply.github.com> Date: Sat, 24 Aug 2024 17:28:16 -0400 Subject: [PATCH 2/3] remove emphasized markdown --- weasyprint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weasyprint/README.md b/weasyprint/README.md index 67c1536..811f9ee 100644 --- a/weasyprint/README.md +++ b/weasyprint/README.md @@ -11,7 +11,7 @@ Build layer: # to test your build run $ make test.start.container # a timestamp followed by "exec '/var/runtime/bootstrap'" should appear - # `docker ps` should show a running container + # docker ps should show a running container # in a new shell, run $ make test.print.report From 8715b82fefab82a2427c3f57bb10268df19c83b1 Mon Sep 17 00:00:00 2001 From: Andy Strickland <32161932+penguinairlines@users.noreply.github.com> Date: Sat, 24 Aug 2024 17:37:24 -0400 Subject: [PATCH 3/3] quote emphasized command in comment --- weasyprint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weasyprint/README.md b/weasyprint/README.md index 811f9ee..1b948b6 100644 --- a/weasyprint/README.md +++ b/weasyprint/README.md @@ -11,7 +11,7 @@ Build layer: # to test your build run $ make test.start.container # a timestamp followed by "exec '/var/runtime/bootstrap'" should appear - # docker ps should show a running container + # "docker ps" should show a running container # in a new shell, run $ make test.print.report