Revert "Don't call buildFinished after we already know it failed"

I don't understand perl strings.

This reverts commit b2f6be9686.

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-07-08 14:30:46 -04:00
parent b2f6be9686
commit efd011fbc3

View file

@ -14,7 +14,7 @@ sub notifyBuildFinished {
$plugin->buildFinished($build, $dependents);
};
if ($@) {
print STDERR "\$plugin->buildFinished: $@\n";
print STDERR "$plugin->buildFinished: $@\n";
}
}
}