Namazu-devel-ja(旧)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tests/{gcnmz-1,idxdiff-1,idxdiff-2,idxdiff-3,ja-mknmz-1,ja-namazu-cgi-1}



>                                            千葉市中央区長洲
>                                                    藤原  誠
tests/ の下の 6 点に
echo '  *** starting ' $0 >>$LOG
が入っていないので、この変更をした方がいいと思います。
(実は commit 出来なかったので、どなたかお願い致します。)
# ssh 出来ないという方が状況を正しく伝えているのですが..

# 最近 2 点 FAIL したので、それを調べている途中です。

--- tests/gcnmz-1~	Mon Sep 17 11:07:00 2001
+++ tests/gcnmz-1	Thu Aug 29 07:00:08 2002
@@ -3,6 +3,7 @@
 # Test for gcnmz.
 #
 LOG=`pwd`/test-log
+echo '  *** starting ' $0 >>$LOG
 TARGET=`$srcdir/select-data`
 TMPDATA=`pwd`/tmp-data
 
--- tests/idxdiff-1~	Thu Sep 14 14:49:02 2000
+++ tests/idxdiff-1	Thu Aug 29 06:57:43 2002
@@ -6,6 +6,7 @@
 # idx2: incrementally indexed.
 #
 LOG=`pwd`/test-log
+echo '  *** starting ' $0 >>$LOG
 
 cd idx1
 targets=`find . -type f -name 'NMZ.*' -print | \
--- tests/idxdiff-2~	Thu Sep 14 14:49:02 2000
+++ tests/idxdiff-2	Thu Aug 29 07:10:54 2002
@@ -6,6 +6,7 @@
 # idx3: indexed with --checkpoint and $ON_MEMORY_MAX is 0.
 #
 LOG=`pwd`/test-log
+echo '  *** starting ' $0 >>$LOG
 
 cd idx1
 targets=`find . -type f -name 'NMZ.*' -print | \
--- tests/idxdiff-3~	Thu Sep 14 14:49:02 2000
+++ tests/idxdiff-3	Thu Aug 29 07:10:35 2002
@@ -6,6 +6,7 @@
 # idx6: garbage collected by gcnmz.
 #
 LOG=`pwd`/test-log
+echo '  *** starting ' $0 >>$LOG
 
 cd idx5
 targets=`find . -type f -name 'NMZ.*' -print | \
--- tests/ja-mknmz-1~	Mon Sep 17 11:07:00 2001
+++ tests/ja-mknmz-1	Thu Aug 29 07:10:04 2002
@@ -3,6 +3,7 @@
 # Test for Japanese encoding
 #
 LOG=`pwd`/test-log
+echo '  *** starting ' $0 >>$LOG
 TARGET=$srcdir/data/ja-spec
 IDX=ja-idx1
 
--- tests/ja-namazu-cgi-1~	Fri Nov 23 14:57:30 2001
+++ tests/ja-namazu-cgi-1	Thu Aug 29 06:56:59 2002
@@ -3,6 +3,7 @@
 # Test for Japanese encoding handling.
 #
 LOG=`pwd`/test-log
+echo '  *** starting ' $0 >>$LOG
 IDX=`pwd`/ja-idx1
 
 EXEC=no

---
(藤原)