From 0d8c9ba50f48f3c2afb571a878117eb2aa50a969 Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Tue, 2 Apr 2013 10:36:36 -0400 Subject: Minor bug fixes from end-to-end testing. --- config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/config.py') diff --git a/config/config.py b/config/config.py index 75130fd..49fd234 100644 --- a/config/config.py +++ b/config/config.py @@ -16,7 +16,7 @@ BINS = {'rtspin' : get_executable('rtspin', 'liblitmus'), '''Names of output files.''' FILES = {'ft_data' : 'ft.bin', - 'ft_matches' : r'(ft.*\.bin)|(.*\.ft)', + 'ft_matches' : r'(ft.*\.bin$)|(.*\.ft)', 'linux_data' : 'trace.dat', 'sched_data' : 'st-{}.bin', 'log_data' : 'trace.slog'} -- cgit v1.2.2