diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-09-28 21:02:37 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-09-28 21:02:37 (GMT) |
commit | 11addeb3aef797cce9414a51b4229da51f3780a1 (patch) | |
tree | 7b8573350bc25cd1b78f8b9f8f5f2b7a55692679 /bin | |
parent | b2b1d5d272bdcfe1f9dc7c4bc57b8c8927fe7784 (diff) | |
parent | 898fa44b70ce4998801db843dbe5b263f4d34a18 (diff) | |
download | SCons-11addeb3aef797cce9414a51b4229da51f3780a1.zip SCons-11addeb3aef797cce9414a51b4229da51f3780a1.tar.gz SCons-11addeb3aef797cce9414a51b4229da51f3780a1.tar.bz2 |
merge
Diffstat (limited to 'bin')
-rw-r--r-- | bin/docs-create-example-outputs.py | 2 | ||||
-rw-r--r-- | bin/docs-validate.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/docs-create-example-outputs.py b/bin/docs-create-example-outputs.py index 30dc0ee..6e59d9f 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 c445c3f..f888c21 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) |