diff --git a/test/cases/api.sh b/test/cases/api.sh index 36ced9444..eb1c89e2c 100755 --- a/test/cases/api.sh +++ b/test/cases/api.sh @@ -199,7 +199,7 @@ checkEnv function dump_db() { # Save the result, including the manifest, for the job, straight from the db sudo "${CONTAINER_RUNTIME}" exec "${DB_CONTAINER_NAME}" psql -U postgres -d osbuildcomposer -c "SELECT result FROM jobs WHERE type='manifest-id-only'" \ - | sudo tee "${ARTIFACTS}/build-result.txt" + | sudo tee "${ARTIFACTS}/build-result.txt" > /dev/null } WORKDIR=$(mktemp -d)