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 dd2d575..61ce5aa 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -544,7 +544,7 @@ def skippable(suite, test): if test.endswith('10 gtk-doc'): return True - # NetCDF is not in the CI image + # NetCDF is not in the CI Docker image if test.endswith('netcdf'): return True |