diff options
author | Andres Gomez <[email protected]> | 2020-02-20 13:45:21 +0200 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2020-03-04 15:20:22 +0200 |
commit | 8c5e2ef19f6cbb96bb1a21e245e4e866458b0f8a (patch) | |
tree | d9a0d5dd3b08d11e9f3e6936dab77fc2adbdb5eb /.gitlab-ci | |
parent | 83f54e3c54ab43fc7d7946999dc9dda6a93cf67d (diff) |
tracie: correct typo
Signed-off-by: Andres Gomez <[email protected]>
Reviewed-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Alexandros Frantzis <[email protected]>
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x | .gitlab-ci/tracie/tests/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |