Package: ltp-tools
Version: 20060918-2
Severity: normal
Tags: patch

Hi, 

PATH of 'pan' specified by/usr/lib/debian-test/tools/runltp of ltpmenu is 
wrong. 
Therefore, test doesn't work.

I appended the patch to work. 
Could you check and apply this patch?

regards,
 Nobuhiro

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
diff -ruN ltp-full-20060918.old/runltp ltp-full-20060918/runltp
--- ltp-full-20060918.old/runltp        2007-01-05 17:04:23.014474740 +0900
+++ ltp-full-20060918/runltp    2007-01-05 16:48:53.394299255 +0900
@@ -380,7 +380,7 @@
       fi
     fi
     #$PAN_COMMAND #Duplicated code here, because otherwise if we fail, only 
"PAN_COMMAND" gets output
-    ${LTPROOT}/pan/pan $QUIET_MODE -e -S $INSTANCES $DURATION -a $$ \
+    ${LTPROOT}/../../tools/pan $QUIET_MODE -e -S $INSTANCES $DURATION -a $$ \
     -n $$ $PRETTY_PRT -f ${TMP}/alltests $LOGFILE $OUTPUTFILE
     
     if [ $? -eq 0 ]; then

Reply via email to