##// END OF EJS Templates
test-check-py3-compat: exclude thirdparty and cffi which are known to fail...
Yuya Nishihara -
r39421:722eab64 default
parent child Browse files
Show More
@@ -26,7 +26,8 b''
26 $ testrepohg files 'set:(**.py) - grep(pygments)' \
26 $ testrepohg files 'set:(**.py) - grep(pygments)' \
27 > -X hgdemandimport/demandimportpy2.py \
27 > -X hgdemandimport/demandimportpy2.py \
28 > -X hgext/fsmonitor/pywatchman \
28 > -X hgext/fsmonitor/pywatchman \
29 > -X mercurial/thirdparty/cbor \
29 > -X mercurial/cffi \
30 > -X mercurial/thirdparty \
30 > | sed 's|\\|/|g' | xargs python3 contrib/check-py3-compat.py \
31 > | sed 's|\\|/|g' | xargs python3 contrib/check-py3-compat.py \
31 > | sed 's/[0-9][0-9]*)$/*)/'
32 > | sed 's/[0-9][0-9]*)$/*)/'
32
33
General Comments 0
You need to be logged in to leave comments. Login now