Show More
@@ -79,6 +79,20 b' Conditional sections based on hghave:' | |||||
79 | tested |
|
79 | tested | |
80 | #endif |
|
80 | #endif | |
81 |
|
81 | |||
|
82 | #if no-false | |||
|
83 | $ echo tested | |||
|
84 | tested | |||
|
85 | #else | |||
|
86 | $ echo skipped | |||
|
87 | #endif | |||
|
88 | ||||
|
89 | #if no-true | |||
|
90 | $ echo skipped | |||
|
91 | #else | |||
|
92 | $ echo tested | |||
|
93 | tested | |||
|
94 | #endif | |||
|
95 | ||||
82 | Exit code: |
|
96 | Exit code: | |
83 |
|
97 | |||
84 | $ (exit 1) |
|
98 | $ (exit 1) |
General Comments 0
You need to be logged in to leave comments.
Login now