From: hyokeun Date: Mon, 24 Dec 2018 07:35:53 +0000 (+0900) Subject: Print tidlc version X-Git-Url: http://review.tizen.org/git/?p=scm%2Fmeta%2Fabs.git;a=commitdiff_plain;h=cdb780f010b90985246f2c31294306dc3e279f2f Print tidlc version --- 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`"