sequentially number requests and responses to see real flow in dump dir
[perl-cwmp.git] / lib / Module / Install / PRIVATE.pm
index 544f137..4dd74c8 100644 (file)
@@ -26,6 +26,7 @@ sub my_targets {
 # --- $self section:
 
 dump: all
+       rm dump/* || true
        ./bin/acs.pl -d -d -d 2>&1 | tee log
 
 END_MAKEFILE