Fixed bug on the test script default tracing path

This commit is contained in:
jaumenin
2011-10-28 17:38:27 +02:00
parent d7d2733a5c
commit 01bcaab5b0

View File

@@ -2,6 +2,7 @@
use strict;
use IO::CaptureOutput qw(capture qxx qxy);
use Statistics::Descriptive;
use Cwd;
my $nIterations = 1;
@@ -14,7 +15,8 @@ my @nFloors = ( 0, 1 );
#$my @simTime = ( 1, 5, 10, 20 );
my @simTime = ( 1 );
my $traceDirectory = "/home/jnin/tmp/ns-3-lena-dev/";
my $traceDirectory = ".";
my $traceDirectory = getcwd() . "/";
foreach my $time (@simTime)
{