Whamcloud - gitweb
Branch HEAD
authorchenzheng <chenzheng>
Wed, 12 Mar 2008 05:35:26 +0000 (05:35 +0000)
committerchenzheng <chenzheng>
Wed, 12 Mar 2008 05:35:26 +0000 (05:35 +0000)
b=13174
i=adilger,h.huang

The port busy problem is not related to bug 14387, it was a mistake to skip
liblustre for that, it prevents to find new bugs on liblustre, enable it again.

lustre/tests/acceptance-small.sh

index 780fcde..6ebcf51 100755 (executable)
@@ -37,7 +37,6 @@ if [ "$ACC_SM_ONLY" ]; then
     done
 fi
 LFSCK="no" # bug 13698
-LIBLUSTRE="no" #bug 14387
 
 LIBLUSTRETESTS=${LIBLUSTRETESTS:-../liblustre/tests}