From d12881ea1d95bc8b189582da9e847a801927acce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Fri, 14 Dec 2018 16:19:46 +0100 Subject: [PATCH] Revert "ci: Work around broken python UTF8 handling in the CI docker image" This reverts commit 899d260701ff783254f8ead91dab8dc515d554f6. No longer necessary with the previous changes. Reviewed-by: Eric Anholt --- test/scripts/run-piglit.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/scripts/run-piglit.sh b/test/scripts/run-piglit.sh index e835701b6..8b9fda1a4 100755 --- a/test/scripts/run-piglit.sh +++ b/test/scripts/run-piglit.sh @@ -1,8 +1,5 @@ #!/bin/sh -# workaround for the docker image not being sufficiently python3 yet -unset CI_COMMIT_TAG CI_COMMIT_MESSAGE CI_COMMIT_TITLE CI_COMMIT_DESCRIPTION - set -e if test "x$XTEST_DIR" = "x"; then