Integrate the Distribution Sanity Test with the build
[controller.git] / opendaylight / distribution / opendaylight / run.sh
1 cp ../sanitytest/target/sanitytest-0.4.1-SNAPSHOT.jar ./target/distribution.opendaylight-osgipackage/opendaylight/plugins
2 pushd ./target/distribution.opendaylight-osgipackage/opendaylight/
3 ./run.sh
4 success=`echo $?`
5 popd
6 rm ./target/distribution.opendaylight-osgipackage/opendaylight/plugins/sanitytest-0.4.1-SNAPSHOT.jar
7 exit $success
8