comparison tests/test-run-tests.t @ 48874:af0b21d5a930

tests: remove output conditionalized on no-py3 I simply did a search for `^.* \(no-py3 !\)\n` and removed all matched lines. There are still some references to no-py3. But these were the simpler ones to match against. Differential Revision: https://phab.mercurial-scm.org/D12253
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 20 Feb 2022 15:18:15 -0700
parents c95ace94f3ad
children 2c346c1c75ec
comparison
equal deleted inserted replaced
48873:5aafc3c5bdec 48874:af0b21d5a930
2084 $ chmod +x test-py.py 2084 $ chmod +x test-py.py
2085 2085
2086 $ ./test-py3.py 2086 $ ./test-py3.py
2087 3.* (glob) 2087 3.* (glob)
2088 $ ./test-py.py 2088 $ ./test-py.py
2089 2.* (glob) (no-py3 !)
2090 3.* (glob) (py3 !) 2089 3.* (glob) (py3 !)