do not delete ns-2 trace files when test data is retained
This commit is contained in:
@@ -229,10 +229,6 @@ private:
|
||||
void DoTeardown ()
|
||||
{
|
||||
Names::Clear ();
|
||||
if (std::remove (m_traceFile.c_str ()))
|
||||
{
|
||||
NS_LOG_ERROR ("Failed to delete file " << m_traceFile);
|
||||
}
|
||||
Simulator::Destroy ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user