From e311a085a856140cbea8771524f191e52829c604 Mon Sep 17 00:00:00 2001 From: rootfs Date: Tue, 22 Jul 2014 11:31:37 -0400 Subject: [PATCH] uncomment cleanup command --- qa/workunits/hadoop-wordcount/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/hadoop-wordcount/test.sh b/qa/workunits/hadoop-wordcount/test.sh index 4cb4511133de..d670610ac332 100755 --- a/qa/workunits/hadoop-wordcount/test.sh +++ b/qa/workunits/hadoop-wordcount/test.sh @@ -46,7 +46,7 @@ $command5 $command6 $command7 $command8 -#$command9 +$command9 echo "completed hadoop-wordcount test" exit 0 -- 2.47.3