浏览代码

fix deselect logic

Steven Silvester 5 年之前
父节点
当前提交
fa911bc172
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/ci_script.sh

+ 1 - 1
scripts/ci_script.sh

@@ -67,7 +67,7 @@ if [[ $GROUP == docs ]]; then
 
     # Changelog as a lot of links and is covered in a separate job.
     changelog=./docs/source/getting_started/changelog.rst
-    py.test --check-links -k .html ----deselect=$changelog build/html || py.test --check-links -k .html --lf build/html
+    py.test --check-links -k .html --deselect=$changelog build/html || py.test --check-links -k .html --lf build/html
 
     popd
 fi