diff options
| author | Joel Rosdahl <joel@rosdahl.net> | 2019-05-26 10:05:16 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-05-27 01:10:57 +0300 |
| commit | f13e65b93a72fca08bebc93afdd34437f2f15c25 (patch) | |
| tree | bb81b6fff8c8896efecd2d10e10effe5877d9440 /run_project_tests.py | |
| parent | e3e1d67ad61f4b3ddc80a1cbb069a944d5d7a361 (diff) | |
| download | meson-f13e65b93a72fca08bebc93afdd34437f2f15c25.tar.gz | |
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-x | run_project_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index 02ceb0494..a3aa07d53 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 |
