Revert "Integrate the Distribution Sanity Test with the build"
[controller.git] / opendaylight / distribution / opendaylight / run.sh
diff --git a/opendaylight/distribution/opendaylight/run.sh b/opendaylight/distribution/opendaylight/run.sh
deleted file mode 100755 (executable)
index e23552d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-cp ../sanitytest/target/sanitytest-0.4.1-SNAPSHOT.jar ./target/distribution.opendaylight-osgipackage/opendaylight/plugins
-pushd ./target/distribution.opendaylight-osgipackage/opendaylight/
-./run.sh
-success=`echo $?`
-popd
-rm ./target/distribution.opendaylight-osgipackage/opendaylight/plugins/sanitytest-0.4.1-SNAPSHOT.jar
-exit $success
-