log successful completion
authorRalf Jung <post@ralfj.de>
Sun, 9 Dec 2012 10:09:39 +0000 (11:09 +0100)
committerRalf Jung <post@ralfj.de>
Sun, 9 Dec 2012 10:09:39 +0000 (11:09 +0100)
mass_build.py

index 800917d558bd3c6db6c9023fa8f4af0629cc5b89..ee813639022b7b59e2adaf073177889b90235ac3 100755 (executable)
@@ -137,3 +137,4 @@ for project in workProjects:
                        print >> sys.stderr, "Error while processing %s: %s" % (project.name, str(e))
                print >> sys.stderr
                sys.exit(1)
+print "All operations successfully completed"