even more progress

This commit is contained in:
Mahmoud Hashemi 2013-03-15 04:55:08 -07:00
parent 9b3aa05c01
commit 0e99b5f3d6
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ if __name__ == '__main__':
pdb.set_trace()
signal.signal(signal.SIGINT, pdb_int_handler)
try:
res = drop_test()
res = general_test()
except:
import pdb;pdb.post_mortem()
raise