Kaynağa Gözat

fix deselect logic

Steven Silvester 5 yıl önce
ebeveyn
işleme
fa911bc172
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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