diff options
author | Rob Austein <sra@hactrn.net> | 2012-02-20 20:27:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-02-20 20:27:06 +0000 |
commit | 3aaf2afc25b1b081477fcd870d0c81d237d001b2 (patch) | |
tree | 7725a8ca662bb30a469b9764646b6e049f0cb49e /rpkid/tests/smoketest.py | |
parent | 84dd133ca6bb55e14725074e700eca9f8d845edf (diff) |
Include self_handle in up-down resource mismatch reports. Closes #14.
svn path=/trunk/; revision=4355
Diffstat (limited to 'rpkid/tests/smoketest.py')
-rw-r--r-- | rpkid/tests/smoketest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpkid/tests/smoketest.py b/rpkid/tests/smoketest.py index 880e9099..32f78726 100644 --- a/rpkid/tests/smoketest.py +++ b/rpkid/tests/smoketest.py @@ -1259,6 +1259,7 @@ def run_rcynic(): subprocess.check_call((prog_rcynic, "-c", rcynic_name + ".conf"), env = env) subprocess.call(rcynic_stats, shell = True, env = env) last_rcynic_run = int(time.time()) + os.link("%s.xml" % rcynic_name, "%s.%s.xml" % (rcynic_name, last_rcynic_run)) def mangle_sql(filename): """ |