Skip to content

Commit

Permalink
(#47) Added second test run with altered docker container user
Browse files Browse the repository at this point in the history
  • Loading branch information
svettwer committed Jul 28, 2020
1 parent 34d1c7e commit 922f917
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,13 @@ docker run \
-e SAKULI_TEST_SUITE=/testsuite \
-v $(pwd)/e2e:/testsuite \
--shm-size=2G \
taconsol/sakuli:${1:-latest}

docker run \
--rm \
-e SAKULI_LICENSE_KEY=${SAKULI_LICENSE_KEY} \
-e SAKULI_TEST_SUITE=/testsuite \
-v $(pwd)/e2e:/testsuite \
-u 45678 \
--shm-size=2G \
taconsol/sakuli:${1:-latest}

0 comments on commit 922f917

Please sign in to comment.