aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-12-07 21:17:53 +0200
committerGitHub <noreply@github.com>2019-12-07 21:17:53 +0200
commit06cc98ab542bacd0d06c88d9ebcfb271ba6d17d9 (patch)
treef99e9a8af251e3d8adc9a88418ff6926d48bb0b4 /run_project_tests.py
parent1031c96d311f8e6aa6d768987ab7c88b69ea2566 (diff)
parent44ab23dff89fac913b4823a2089c602f6d3a7791 (diff)
downloadmeson-06cc98ab542bacd0d06c88d9ebcfb271ba6d17d9.zip
meson-06cc98ab542bacd0d06c88d9ebcfb271ba6d17d9.tar.gz
meson-06cc98ab542bacd0d06c88d9ebcfb271ba6d17d9.tar.bz2
Merge pull request #6228 from scivision/scalapack
deps: add Scalapack
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