Skip to content

Commit

Permalink
Use non-interactive input
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowack committed Dec 2, 2020
1 parent 53ace1a commit d83484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/run-tests.sh
Expand Up @@ -95,7 +95,7 @@ function upload_coverage() {
}

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

0 comments on commit d83484b

Please sign in to comment.