more progress

This commit is contained in:
Mahmoud Hashemi 2013-03-15 04:37:57 -07:00
parent 2a63a3dbbf
commit 1432191ac3
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,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