Reduce logs in image pull and system prune for tests (#2163)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-08-16 12:17:20 +05:30
committed by GitHub
parent 47295309b3
commit 0f8b5e51a4
2 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -76,5 +76,5 @@ main() {
FAILURES=$((FAILURES+$num_fail))
}
docker system prune -a -f
docker system prune -a -f > /dev/null
main "$@"