edit the save path of the detail result
This commit is contained in:
parent
22789ada8e
commit
600ea1f494
|
@ -237,7 +237,8 @@ public class AgentResultDataCollector extends AbstractDataCollector {
|
|||
return "DetailResults" + System.getProperty("file.separator")
|
||||
+ new SimpleDateFormat("yyyyMMdd").format(new Date())
|
||||
+ System.getProperty("file.separator") + this.getTestID() + "_"
|
||||
+ behaviorResult.getBehaviorId() + ".txt";
|
||||
+ behaviorResult.getBehaviorId() + "_"
|
||||
+ System.currentTimeMillis() + ".txt";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue