Skip to content

Commit

Permalink
Update docs for running the images
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
  • Loading branch information
odockal authored and adrianriobo committed Oct 27, 2023
1 parent c664398 commit 35ba40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ podman run --rm -d --name pd-e2e-darwin \
USER_PASSWORD="$(cat userpassword)" \
TARGET_FOLDER=pd-e2e \
DEBUG=true \
PD_PATH="/Users/$(cat username)/PodmanDesktop" \
PD_PATH="/Users/$(cat username)/PodmanDesktop.app" \
JUNIT_RESULTS_FILENAME=pd-e2e-results.xml \
pd-e2e/run.sh

Expand All @@ -53,7 +53,7 @@ podman run --rm -d --name pd-e2e-windows \
quay.io/rhqp/podman-desktop-e2e:v${PD_E2E_V}-windows-amd64 \
pd-e2e/run.ps1 \
-targetFolder pd-e2e \
-pdPath /Users/crcqe \
-pdPath "C:\Users\crcqe\podman-desktop.exe" \
-junitResultsFilename pd-e2e-results.xml

# Execution logs
Expand Down

0 comments on commit 35ba40b

Please sign in to comment.