Commit 89768de7 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: rename dumbbell log

parent 242cae8e
...@@ -163,7 +163,7 @@ run_ns3_dumbbell() { ...@@ -163,7 +163,7 @@ run_ns3_dumbbell() {
done done
$NS3_BASE/cosim-run.sh cosim-dumbbell-example \ $NS3_BASE/cosim-run.sh cosim-dumbbell-example \
$ports $4 &>$OUTDIR/ns3_bridge.$1.log & $ports $4 &>$OUTDIR/ns3_dumbbell.$1.log &
pid=$! pid=$!
ALL_PIDS="$ALL_PIDS $pid" ALL_PIDS="$ALL_PIDS $pid"
return $pid return $pid
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment