From 613cd5df6a8b27126a5581995fd064a7318d7b4a Mon Sep 17 00:00:00 2001 From: chenzheng Date: Wed, 12 Mar 2008 05:35:26 +0000 Subject: [PATCH] Branch HEAD 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index 780fcde..6ebcf51 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -37,7 +37,6 @@ if [ "$ACC_SM_ONLY" ]; then done fi LFSCK="no" # bug 13698 -LIBLUSTRE="no" #bug 14387 LIBLUSTRETESTS=${LIBLUSTRETESTS:-../liblustre/tests} -- 1.8.3.1