]> git.saurik.com Git - apt.git/commitdiff
thread-safety tests: Adjust path to lists
authorJulian Andres Klode <jak@debian.org>
Fri, 30 Oct 2015 14:41:13 +0000 (15:41 +0100)
committerJulian Andres Klode <jak@debian.org>
Fri, 30 Oct 2015 14:41:13 +0000 (15:41 +0100)
Gbp-Dch: ignore

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

index 12ac3f3988d5ac53cdd8ac805ba5558d2b5a8d5b..f86ef397dc1cfd3901b7af247613579b15027dad 100755 (executable)
@@ -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'
-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'
 
-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'