summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2015-09-28 14:02:37 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2015-09-28 14:02:37 -0700
commitc1e9801f0f6ecdc82c7dc08e8b10f8170f05f5af (patch)
tree7b8573350bc25cd1b78f8b9f8f5f2b7a55692679 /bin
parentba21a35c21b5e65ca32f7c85411741d21558be40 (diff)
parent41e5bf7b1c90d460970ddcb9f4924828b393751d (diff)
downloadscons-c1e9801f0f6ecdc82c7dc08e8b10f8170f05f5af.tar.gz
merge
Diffstat (limited to 'bin')
-rw-r--r--bin/docs-create-example-outputs.py2
-rw-r--r--bin/docs-validate.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/docs-create-example-outputs.py b/bin/docs-create-example-outputs.py
index 30dc0eef..6e59d9f9 100644
--- a/bin/docs-create-example-outputs.py
+++ b/bin/docs-create-example-outputs.py
@@ -14,6 +14,6 @@ if __name__ == "__main__":
print "OK"
else:
print "Not all example names and suffixes are unique! Please correct the errors listed above and try again."
- sys.exit(0)
+ sys.exit(1)
SConsExamples.createAllExampleOutputs(os.path.join('doc','user'))
diff --git a/bin/docs-validate.py b/bin/docs-validate.py
index c445c3f9..f888c219 100644
--- a/bin/docs-validate.py
+++ b/bin/docs-validate.py
@@ -25,3 +25,4 @@ if __name__ == "__main__":
print "OK"
else:
print "Validation failed! Please correct the errors above and try again."
+ sys.exit(1)