From 136cb057d405449593f54c38bdd40046d70e587f Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Wed, 12 Sep 2007 15:27:15 -0400 Subject: Checkpointing: Fix directory regex --HG-- extra : convert_revision : 4d3958eda66209373249e54e7deadd1a7442e828 --- configs/common/Simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/common/Simulation.py') diff --git a/configs/common/Simulation.py b/configs/common/Simulation.py index 53c2956a2..c65597367 100644 --- a/configs/common/Simulation.py +++ b/configs/common/Simulation.py @@ -130,7 +130,7 @@ def run(options, root, testsys, cpu_class): m5.panic("checkpoint dir %s does not exist!" % cptdir) dirs = listdir(cptdir) - expr = re.compile('cpt.([0-9]*)') + expr = re.compile('cpt\.([0-9]*)') cpts = [] for dir in dirs: match = expr.match(dir) -- cgit v1.2.3