summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-20 15:31:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-20 15:31:58 +0000
commit940ca40154b789f8e054be4852248a80f28c1d67 (patch)
tree2884ecdb1017beb63869fea21eecadba52d4c89d /gcc
parentb14a4676ed730a9091d6b295092e7bceddf0871c (diff)
2009-02-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* gcc/test_driver: Put top level logs in ${BASEDIR}.
Diffstat (limited to 'gcc')
-rwxr-xr-xgcc/test_driver11
1 files changed, 7 insertions, 4 deletions
diff --git a/gcc/test_driver b/gcc/test_driver
index fb04b29..a94bd39 100755
--- a/gcc/test_driver
+++ b/gcc/test_driver
@@ -128,11 +128,14 @@ do_cpus()
doOne=${SCRIPTDIR}/gcc/do_one
# Everything
- time sh -x ${doOne} -v -d -A ${tests} ${cpu} ${bsp} >${bsp}.log 2>&1
+ time sh -x ${doOne} -v -d -A ${tests} \
+ ${cpu} ${bsp} >$${BASEDIR}/{bsp}.log 2>&1
# Just C
- #time sh -x ${doOne} -v -b -D -1 -r ${tests} ${cpu} ${bsp} >${bsp}.log 2>&1
+ #time sh -x ${doOne} -v -b -D -1 -r ${tests} \
+ # ${cpu} ${bsp} >${BASEDIR}/${bsp}.log 2>&1
# Just C/C++
- #time sh -x ${doOne} -v -1 -r -g ${tests} ${cpu} ${bsp} >${bsp}.log 2>&1
+ #time sh -x ${doOne} -v -1 -r -g ${tests}\
+ # ${cpu} ${bsp} >${BASEDIR}/${bsp}.log 2>&1
echo $?
done
@@ -165,7 +168,7 @@ wait
# Build the native compiler as a baseline to build the others
if [ ${doNative} = "yes" ] ; then
- time sh -x ${SCRIPTDIR}/gcc/do_one -n >native.log 2>&1
+ time sh -x ${SCRIPTDIR}/gcc/do_one -n >${BASEDIR}/native.log 2>&1
fi
# Now cycle over all these CPUs