From cdb780f010b90985246f2c31294306dc3e279f2f Mon Sep 17 00:00:00 2001 From: hyokeun Date: Mon, 24 Dec 2018 16:35:53 +0900 Subject: [PATCH] Print tidlc version --- build.template | 1 + 1 file changed, 1 insertion(+) 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`" -- 2.7.4