Author: Antonio Cuni <[email protected]>
Branch: vmprof-0.4.10
Changeset: r92953:7fb3b80d41b2
Date: 2017-11-06 11:36 +0100
http://bitbucket.org/pypy/pypy/changeset/7fb3b80d41b2/

Log:    add a comment

diff --git a/rpython/rlib/rvmprof/test/test_file.py 
b/rpython/rlib/rvmprof/test/test_file.py
--- a/rpython/rlib/rvmprof/test/test_file.py
+++ b/rpython/rlib/rvmprof/test/test_file.py
@@ -10,6 +10,8 @@
 
 def get_list_of_files(shared):
     files = list(shared.visit('*.[ch]'))
+    # in PyPy we checkin the result of ./configure; as such, these files are
+    # not in github and can be skipped
     files.remove(shared.join('libbacktrace', 'config-x86_32.h'))
     files.remove(shared.join('libbacktrace', 'config-x86_64.h'))
     files.remove(shared.join('libbacktrace', 'gstdint.h'))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to