| Index: ports/gdb/build.sh
|
| diff --git a/ports/gdb/build.sh b/ports/gdb/build.sh
|
| index 53b150b1cd017db9d29488aa2aec9a6c92d1d613..21f21690473277b0930b9708131e647699afbbfe 100644
|
| --- a/ports/gdb/build.sh
|
| +++ b/ports/gdb/build.sh
|
| @@ -122,7 +122,7 @@ PublishStep() {
|
|
|
| PostInstallTestStep() {
|
| # Temporartily disabled until this gets fixed:
|
| - # https://code.google.com/p/naclports/issues/detail?id=187
|
| + # https://bugs.chromium.org/p/webports/issues/detail?id=187
|
| return
|
| if [[ ${OS_NAME} == Darwin && ${NACL_ARCH} == x86_64 ]]; then
|
| echo "Skipping gdb/debug tests on unsupported mac + x86_64 configuration."
|
|
|