aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
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 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