aboutsummaryrefslogtreecommitdiffstats
path: root/config/config.py
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-04-02 10:36:36 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2013-04-02 10:38:36 -0400
commit0d8c9ba50f48f3c2afb571a878117eb2aa50a969 (patch)
tree6bf6f37464180d85200f91a62f38903c74b30714 /config/config.py
parent4b75d2b98036195b78d339210ab8d7512d9f2164 (diff)
Minor bug fixes from end-to-end testing.
Diffstat (limited to 'config/config.py')
-rw-r--r--config/config.py2
1 files changed, 1 insertions, 1 deletions
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'),
16 16
17'''Names of output files.''' 17'''Names of output files.'''
18FILES = {'ft_data' : 'ft.bin', 18FILES = {'ft_data' : 'ft.bin',
19 'ft_matches' : r'(ft.*\.bin)|(.*\.ft)', 19 'ft_matches' : r'(ft.*\.bin$)|(.*\.ft)',
20 'linux_data' : 'trace.dat', 20 'linux_data' : 'trace.dat',
21 'sched_data' : 'st-{}.bin', 21 'sched_data' : 'st-{}.bin',
22 'log_data' : 'trace.slog'} 22 'log_data' : 'trace.slog'}