]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/jaegertracing/thrift/lib/nodets/test/runClient.sh
import quincy beta 17.1.0
[ceph.git] / ceph / src / jaegertracing / thrift / lib / nodets / test / runClient.sh
diff --git a/ceph/src/jaegertracing/thrift/lib/nodets/test/runClient.sh b/ceph/src/jaegertracing/thrift/lib/nodets/test/runClient.sh
deleted file mode 100755 (executable)
index 8d5e9a3..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#! /bin/sh
-
-DIR="$( cd "$( dirname "$0" )" && pwd )"
-
-mkdir -p $DIR/../test-compiled
-
-COMPILEDDIR="$(cd $DIR && cd ../test-compiled && pwd)"
-export NODE_PATH="${DIR}:${DIR}/../../nodejs/lib:${NODE_PATH}"
-
-compile()
-{
-  #generating thrift code
-  ${DIR}/../../../compiler/cpp/thrift -o ${DIR} --gen js:node,ts ${DIR}/../../../test/ThriftTest.thrift
-  ${DIR}/../../../compiler/cpp/thrift -o ${COMPILEDDIR} --gen js:node,ts ${DIR}/../../../test/ThriftTest.thrift
-}
-compile
-
-node ${COMPILEDDIR}/client.js $*