diff options
Diffstat (limited to 'gcc/testsuite/ada')
-rwxr-xr-x | gcc/testsuite/ada/acats/run_all.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/ada/acats/run_all.sh b/gcc/testsuite/ada/acats/run_all.sh index b317aa7..402ff69 100755 --- a/gcc/testsuite/ada/acats/run_all.sh +++ b/gcc/testsuite/ada/acats/run_all.sh @@ -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 |