ソースを参照

thread-safety tests: Adjust path to lists

Gbp-Dch: ignore
Julian Andres Klode 10 年 前
コミット
05e7d4eee1
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3 3
      test/thread-safety/not-thread-safe.sh

+ 3 - 3
test/thread-safety/not-thread-safe.sh

@@ -1,7 +1,7 @@
-git grep -p --color -n -E "$(grep -v ^# thread-check.txt  | sed 's/(.*/\\\\ *\\\\(/' | xargs | tr ' ' '|')" \
+git grep -p --color -n -E "$(grep -v ^# test/thread-safety/thread-check.txt  | sed 's/(.*/\\\\ *\\\\(/' | xargs | tr ' ' '|')" \
     apt-inst/ apt-pkg/  | ansi2html  | ssh alioth.debian.org 'cat > /home/groups/apt/htdocs/not-thread-safe/index.html'
     apt-inst/ apt-pkg/  | ansi2html  | ssh alioth.debian.org 'cat > /home/groups/apt/htdocs/not-thread-safe/index.html'
-git grep -p --color -n -E "$(grep ^# thread-check.txt  | cut -f2 -d# | sed 's/(.*/\\\\ *\\\\(/' | xargs | tr ' ' '|')" \
+git grep -p --color -n -E "$(grep ^# test/thread-safety/thread-check.txt  | cut -f2 -d# | sed 's/(.*/\\\\ *\\\\(/' | xargs | tr ' ' '|')" \
     apt-inst/ apt-pkg/  | ansi2html  | ssh alioth.debian.org 'cat > /home/groups/apt/htdocs/not-thread-safe/portable.html'
     apt-inst/ apt-pkg/  | ansi2html  | ssh alioth.debian.org 'cat > /home/groups/apt/htdocs/not-thread-safe/portable.html'
 
 
-git grep -p --color -n -E "$(grep -v ^# thread-check-internal.txt  | sed 's/(.*/\\\\ *\\\\(/' | xargs | tr ' ' '|')" \
+git grep -p --color -n -E "$(grep -v ^# test/thread-safety/thread-check-internal.txt  | sed 's/(.*/\\\\ *\\\\(/' | xargs | tr ' ' '|')" \
     apt-inst/ apt-pkg/  | ansi2html  | ssh alioth.debian.org 'cat > /home/groups/apt/htdocs/not-thread-safe/internal.html'
     apt-inst/ apt-pkg/  | ansi2html  | ssh alioth.debian.org 'cat > /home/groups/apt/htdocs/not-thread-safe/internal.html'