commit | ad8d37e89d6c0a838f159205914bde10d3a18d23 | [log] [tgz] |
---|---|---|
author | phmoll <philipp.moll@aau.at> | Tue Mar 03 12:53:08 2020 +0100 |
committer | phmoll <philipp.moll@aau.at> | Wed Mar 04 08:42:27 2020 +0100 |
tree | e625a37f483e094ec2b8dcb17bfa3065aa69f77e | |
parent | 5c79db0aec2201321b198333295e92494261185f [diff] [blame] |
Move logfiles to resultDir after evaluation finished Reimplement the behavior that copies log files to the `resultDir`, which was most likely lost when restructuring MiniNDN. Parts of the patch are reused from an old MiniNDN revision. Change-Id: I3045237950320d1eb7840af9828459e47f6d9884
diff --git a/examples/ip_rounting_experiment.py b/examples/ip_rounting_experiment.py index a6a82c0..d33e51a 100644 --- a/examples/ip_rounting_experiment.py +++ b/examples/ip_rounting_experiment.py
@@ -50,4 +50,4 @@ ndn.net.pingAll() - ndn.net.stop() + ndn.stop()