diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-10 19:59:37 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-10 19:59:37 +0100 |
commit | 272397686eea60669290da0add796ca601b1a2e1 (patch) | |
tree | c399ac599af30f105dc60d4b45cbf00f2e318a66 /process | |
parent | 8a5c250b9d7fdf37c72a6cee5a75ed4c6815c308 (diff) |
gdb: ded7dfe6274b281d92a6ed76cedf29d06c918dec (2012-12-10)
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 |