aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2019-05-26 10:05:16 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2019-05-27 01:10:57 +0300
commitf13e65b93a72fca08bebc93afdd34437f2f15c25 (patch)
treebb81b6fff8c8896efecd2d10e10effe5877d9440 /run_project_tests.py
parente3e1d67ad61f4b3ddc80a1cbb069a944d5d7a361 (diff)
downloadmeson-f13e65b93a72fca08bebc93afdd34437f2f15c25.zip
meson-f13e65b93a72fca08bebc93afdd34437f2f15c25.tar.gz
meson-f13e65b93a72fca08bebc93afdd34437f2f15c25.tar.bz2
Update to new ccache URL
ccacheā€™s web site is now located at https://ccache.dev. Bonus: Use the preferred capitalization ā€œCcacheā€ instead of ā€œCCacheā€.
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index 02ceb04..a3aa07d 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -301,7 +301,7 @@ def parse_test_args(testdir):
pass
return args
-# Build directory name must be the same so CCache works over
+# Build directory name must be the same so Ccache works over
# consecutive invocations.
def create_deterministic_builddir(src_dir):
import hashlib