mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 00:39:58 +08:00
run_all.sh: Use sync when executable not present.
2005-04-18 Laurent GUERBY <laurent@guerby.net> * ada/acats/run_all.sh: Use sync when executable not present. From-SVN: r98335
This commit is contained in:
parent
e3df257131
commit
ac75c44b9c
@ -1,3 +1,7 @@
|
||||
2005-04-18 Laurent GUERBY <laurent@guerby.net>
|
||||
|
||||
* ada/acats/run_all.sh: Use sync when executable not present.
|
||||
|
||||
2005-04-18 Devang Patel <dpatel@apple.com>
|
||||
|
||||
* gcc.dg/vect/vect-11.c: Require effective target vect_int_mult.
|
||||
|
@ -256,6 +256,9 @@ for chapter in $chapters; do
|
||||
|
||||
echo "RUN $binmain" >> $dir/acats.log
|
||||
cd $dir/run
|
||||
if [ ! -x $dir/tests/$chapter/$i/$binmain ]; then
|
||||
sync
|
||||
fi
|
||||
target_run $dir/tests/$chapter/$i/$binmain > $dir/tests/$chapter/$i/${i}.log 2>&1
|
||||
cd $dir/tests/$chapter/$i
|
||||
cat ${i}.log >> $dir/acats.log
|
||||
|
Loading…
Reference in New Issue
Block a user