- Added new test
- More details in test driver - Re-building GUI, idioticly eliminated long ago git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@277 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
@@ -205,7 +205,8 @@ def run_test(testname):
|
||||
if (o_result==result_rel) and (result==result_rel):
|
||||
print "\033[32;1mTest passed\033[0m"
|
||||
return True
|
||||
except:
|
||||
except Exception as inst:
|
||||
print inst
|
||||
pass
|
||||
print "\033[31;1mERROR\033[0m"
|
||||
print "Query: %s -> %s" % (query,expr)
|
||||
|
Reference in New Issue
Block a user