]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: removing dead code
authorJoe Buck <jbbuck@gmail.com>
Wed, 20 Feb 2013 22:32:01 +0000 (14:32 -0800)
committerJoe Buck <jbbuck@gmail.com>
Tue, 26 Feb 2013 18:46:55 +0000 (10:46 -0800)
Signed-off-by: Joe Buck <jbbuck@gmail.com>
qa/workunits/hadoop-wordcount/test.sh

index 256c118980a12826880885dc752529e014535487..0ba63bb9c167897b78e56a9383183bcba21fdd20 100755 (executable)
@@ -5,9 +5,6 @@ echo "starting hadoop-wordcount test"
 # bail if $TESTDIR is not set as this test will fail in that scenario
 [ -z $TESTDIR] && { echo "\$TESTDIR needs to be set, but is not. Exiting."; exit 1; }
 
-#command1="cd $TESTDIR/hadoop"
-#command2="ant -Dextra.library.path=$LD_LIBRARY_PATH -Dceph.conf.file=$CEPH_CONF -Dtestcase=TestCephFileSystem"
-
 command0="export JAVA_HOME=/usr/lib/jvm/default-java"
 command1="mkdir -p $TESTDIR/hadoop_input"
 command2="wget http://ceph.com/qa/hadoop_input_files.tar -O $TESTDIR/hadoop_input/files.tar"