[pacman-dev] [PATCH] TESTS: add missing tests

Andrew Gregory andrew.gregory.8 at gmail.com
Wed Sep 18 14:29:07 EDT 2013


Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
---

If anybody's interested, I have a script that can be used in
a post-{commit,merge,applypatch} hook to check for unlisted tests here:
https://github.com/andrewgregory/bin/blob/master/checktestlist

 test/pacman/tests/TESTS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/pacman/tests/TESTS b/test/pacman/tests/TESTS
index 2b47244..6652041 100644
--- a/test/pacman/tests/TESTS
+++ b/test/pacman/tests/TESTS
@@ -48,6 +48,8 @@ test/pacman/tests/fileconflict023.py \
 test/pacman/tests/fileconflict024.py \
 test/pacman/tests/fileconflict025.py \
 test/pacman/tests/fileconflict030.py \
+test/pacman/tests/fileconflict031.py \
+test/pacman/tests/fileconflict032.py \
 test/pacman/tests/ignore001.py \
 test/pacman/tests/ignore002.py \
 test/pacman/tests/ignore003.py \
@@ -158,6 +160,8 @@ test/pacman/tests/sync043.py \
 test/pacman/tests/sync044.py \
 test/pacman/tests/sync045.py \
 test/pacman/tests/sync050.py \
+test/pacman/tests/sync051.py \
+test/pacman/tests/sync052.py \
 test/pacman/tests/sync100.py \
 test/pacman/tests/sync1000.py \
 test/pacman/tests/sync1003.py \
-- 
1.8.4



More information about the pacman-dev mailing list