summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhyokeun <hyokeun.jeon@samsung.com>2018-12-24 16:35:53 +0900
committerhyokeun <hyokeun.jeon@samsung.com>2018-12-24 16:35:53 +0900
commitcdb780f010b90985246f2c31294306dc3e279f2f (patch)
tree638843964f8b8b2ff4fdd523fa843427c759dae6
parent6489a8f680dab4fa029900d8fd7e25c8b5ae57b4 (diff)
downloadabs-cdb780f010b90985246f2c31294306dc3e279f2f.tar.gz
abs-cdb780f010b90985246f2c31294306dc3e279f2f.tar.bz2
abs-cdb780f010b90985246f2c31294306dc3e279f2f.zip
Print tidlc version
-rw-r--r--build.template1
1 files changed, 1 insertions, 0 deletions
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`"