test for star_import cache that wasn't invalidated

This commit is contained in:
David Halter
2012-12-09 14:40:24 +01:00
parent 60ed17ec53
commit 151bd3c5a1
2 changed files with 19 additions and 0 deletions

View File

@@ -267,6 +267,7 @@ print('\nSummary: (%s fails)' % tests_fail)
for s in summary:
print(s)
import mem_debug
exit_code = 1 if tests_fail else 0
if sys.hexversion < 0x02060000 and tests_fail <= 5: