From: Julian Andres Klode Date: Fri, 30 Oct 2015 14:41:13 +0000 (+0100) Subject: thread-safety tests: Adjust path to lists X-Git-Tag: 1.1_exp15~55 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/05e7d4eee1c1089762538b4d9a7494652b1ee23c?ds=sidebyside thread-safety tests: Adjust path to lists Gbp-Dch: ignore --- diff --git a/test/thread-safety/not-thread-safe.sh b/test/thread-safety/not-thread-safe.sh index 12ac3f398..f86ef397d 100755 --- a/test/thread-safety/not-thread-safe.sh +++ b/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' -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'