Skip to content

Commit

Permalink
(#111) Missing backslash was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
svettwer committed Dec 13, 2021
1 parent 3c7d9bc commit 7ddb54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ set -e
docker run \
--rm \
-e SAKULI_TEST_SUITE=/sakuli-project/e2e-broken \
-e SAKULI_LICENSE_KEY="asdf42#0815"
-e SAKULI_LICENSE_KEY="asdf42#0815" \
-v $(pwd)/e2e:/sakuli-project \
--shm-size=2G \
taconsol/sakuli:${1:-latest}
Expand Down

0 comments on commit 7ddb54f

Please sign in to comment.