Skip to content

Commit

Permalink
forward ci environment variables used to exercise metasmt backends in…
Browse files Browse the repository at this point in the history
…to the docker container
  • Loading branch information
danielschemmel authored and MartinNowack committed Jun 29, 2022
1 parent 7a6100d commit 71b0e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function upload_coverage() {
}

function run_docker() {
docker_arguments=(docker run -u root --cap-add SYS_PTRACE -t)
docker_arguments=(docker run -u root --cap-add SYS_PTRACE -t -e SOLVERS -e METASMT_DEFAULT)
script_arguments=("--debug" '"/tmp/klee_build"*')
if [[ "${COVERAGE}" -eq 1 ]]; then
script_arguments+=("--coverage")
Expand Down

0 comments on commit 71b0e70

Please sign in to comment.