Skip to content

Commit 695762b

Browse files
committed
Update Juliet suite flags.
1 parent a3722b1 commit 695762b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juliet/juliet_summary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def check_path(filepath):
7474
# '_good' or '_bad' determined by input parameter 'mode'
7575
def goblint_cmd(filepath, filename, mode):
7676
func = re.sub('a?\.c$', mode, filename) # File ending is cut and replaced by mode
77-
cmd = goblint_path + ' ' + filepath + ' ' + testsupport_files + ' -I ' + testsupport_path + ' --sets "mainfun[+]" ' + func + ' --enable dbg.debug --enable dbg.timing.enabled'
77+
cmd = goblint_path + ' ' + filepath + ' ' + testsupport_files + ' -I ' + testsupport_path + ' --set "mainfun[+]" ' + func + ' --set ana.malloc.unique_address_count 1 --enable dbg.debug --enable dbg.timing.enabled'
7878
print(filename + ' -- ' + mode[1:] + ' ', end='\r')
7979
process = subprocess.run(cmd, shell=True, check=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True)
8080
#title = '#####################\n' + mode.upper() + '\n#####################\n\n'

0 commit comments

Comments
 (0)