Mesa (master): tracie: correct typo

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Mar 4 13:25:44 UTC 2020


Module: Mesa
Branch: master
Commit: 8c5e2ef19f6cbb96bb1a21e245e4e866458b0f8a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c5e2ef19f6cbb96bb1a21e245e4e866458b0f8a

Author: Andres Gomez <agomez at igalia.com>
Date:   Thu Feb 20 13:45:21 2020 +0200

tracie: correct typo

Signed-off-by: Andres Gomez <agomez at igalia.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Alexandros Frantzis <alexandros.frantzis at collabora.com>

---

 .gitlab-ci/tracie/tests/test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/tracie/tests/test.sh b/.gitlab-ci/tracie/tests/test.sh
index 7b4c9e822ce..3ef2144fd84 100755
--- a/.gitlab-ci/tracie/tests/test.sh
+++ b/.gitlab-ci/tracie/tests/test.sh
@@ -42,7 +42,7 @@ cleanup() {
 
 prepare_for_run() {
     TEST_DIR="$(mktemp -d -t tracie.test.XXXXXXXXXX)"
-    # Copy all the tracie scripts to the the test dir and later make that the
+    # Copy all the tracie scripts to the test dir and later make that the
     # CI_PROJECT_DIR for the run-tests.sh script. This avoids polluting the
     # normal working dir with test result artifacts.
     cp -R "$TRACIE_DIR"/. "$TEST_DIR"



More information about the mesa-commit mailing list