diff options
Diffstat (limited to 'process')
-rwxr-xr-x | process | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -104,7 +104,7 @@ case $project:$action in case $project:$step in binutils:build | binutils:install \ | gcc:build | gcc:install | gcc:test \ - | gdb:build | gdb:install \ + | gdb:build | gdb:install | gdb:test \ | glibc:build | glibc:install | glibc:test) ssh \ "$host" \ @@ -113,8 +113,7 @@ case $project:$action in | sed -e "s%\('"$mount"'\)\?${PWD}%[...]%g"' \ > toolchain/logs/"$project"/"$host"/log_"$step" ;; - binutils:test \ - | gdb:test) + binutils:test) : ;; *) @@ -195,7 +194,7 @@ case $project:$action in case $project:$step in binutils:build | binutils:install \ | gcc:build | gcc:install | gcc:test \ - | gdb:build | gdb:install) + | gdb:build | gdb:install | gdb:test) sed \ -f toolchain/logs/"$project"/"$linux_host"/log_"$step".sed \ < toolchain/logs/"$project"/"$linux_host"/log_"$step" \ @@ -217,8 +216,7 @@ case $project:$action in toolchain/logs/"$project"/"$hurd_host"/log_"$step"_ [ "$r" = 0 ] || [ "$r" = 1 ] ;; - binutils:test \ - | gdb:test) + binutils:test) : ;; esac |