changeset 16914 | 2030dec7c8fa |
parent 16891 | b0e8afdfa970 |
child 17345 | 4f8054d3171b |
--- a/tests/test-run-tests.t Mon Jun 11 01:40:51 2012 +0200 +++ b/tests/test-run-tests.t Mon Jun 11 14:09:35 2012 +0200 @@ -79,6 +79,20 @@ tested #endif +#if no-false + $ echo tested + tested +#else + $ echo skipped +#endif + +#if no-true + $ echo skipped +#else + $ echo tested + tested +#endif + Exit code: $ (exit 1)