X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build.template;h=3ad032282b56db233c7dca1d8e75e5e336f13ac4;hb=cdb780f010b90985246f2c31294306dc3e279f2f;hp=2ce886e90a668cc42bc57d035fb230c8e7d5ecfe;hpb=6489a8f680dab4fa029900d8fd7e25c8b5ae57b4;p=scm%2Fmeta%2Fabs.git diff --git a/build.template b/build.template index 2ce886e..3ad0322 100644 --- a/build.template +++ b/build.template @@ -63,6 +63,7 @@ fi # Inject tidlc path TIDLC_PATH=`sed -n '/tidl/p' /home/build/.bashrc | cut -f2 -d':'` if [ ! -z ${TIDLC_PATH} ]; then echo "PATH=\$PATH:${TIDLC_PATH}" >> /home/build/.profile; fi +su - build -c "tidlc --version" for rs in $rs_list; do echo "BUILDING START TIME: `date`"