diff options
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 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 |