Compare the last full runs (and not only the last partial runs).
This commit is contained in:
parent
99a7dab167
commit
83855eba5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20390
1 changed files with 4 additions and 0 deletions
|
@ -3,8 +3,12 @@ home=/a/asami/portbuild/errorlogs
|
|||
scripts=/a/asami/portbuild/scripts
|
||||
dir1=3-latest
|
||||
dir2=4-latest
|
||||
dir3=3-full
|
||||
dir4=4-full
|
||||
|
||||
cd $home/$dir1 && ${scripts}/processlogs
|
||||
cd $home/$dir2 && ${scripts}/processlogs
|
||||
cd $home && ${scripts}/comparelogs $dir1 $dir2
|
||||
cd $home && ${scripts}/comparelogs $dir2 $dir1
|
||||
cd $home && ${scripts}/comparelogs $dir3 $dir4
|
||||
cd $home && ${scripts}/comparelogs $dir4 $dir3
|
||||
|
|
Loading…
Reference in a new issue