Mercurial > people > ptisnovs > daily_tests
changeset 5:aa8fb6fa2243 draft
Updated to use jck.dir and dailytests.dir configuration files.
author | Pavel Tisnovsky <ptisnovs@redhat.com> |
---|---|
date | Mon, 07 Apr 2014 11:46:37 +0200 |
parents | a9fd0830352b |
children | 574668224fd1 |
files | ChangeLog tck7/jtrlist.sh |
diffstat | 2 files changed, 10 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Apr 04 13:13:19 2014 +0200 +++ b/ChangeLog Mon Apr 07 11:46:37 2014 +0200 @@ -1,3 +1,8 @@ +2014-04-07 Pavel Tisnovsky <ptisnovs@redhat.com> + + * tck7/jtrlist.sh: + Updated to use jck.dir and dailytests.dir configuration files. + 2014-04-04 Pavel Tisnovsky <ptisnovs@redhat.com> * tck7/build_all.sh:
--- a/tck7/jtrlist.sh Fri Apr 04 13:13:19 2014 +0200 +++ b/tck7/jtrlist.sh Mon Apr 07 11:46:37 2014 +0200 @@ -44,9 +44,11 @@ TESTS="compiler devtools runtime" DATE=`ls /jck/work` -RESULTDIR=/jck/results -WORKDIR=/jck/work -DESTDIR=jtr +JCK_DIR=`cat jck.dir` +DAILY_TESTS_DIR=`cat dailytests.dir` +RESULTDIR=${JCK_DIR}/results +WORKDIR=${JCK_DIR}/work +DESTDIR=${JCK_DIR}/jtr for date in ${DATE} do