Bug 479 - ./waf --regression suggests non-working diff -u command.
./waf --regression suggests non-working diff -u command.
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: build system
pre-release
All All
: P5 normal
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-22 04:56 UTC by Mathieu Lacage
Modified: 2009-02-11 05:47 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Lacage 2009-01-22 04:56:37 UTC
The tree http://code.nsnam.org/raj/ns-3-rng-changes fails regression testing. Tree has been configure as follows:
[mlacage@diese ns-3-rng-changes]$ ./waf configure --with-regression-traces=../ns-3-dev-ref-traces/
[...]
[mlacage@diese ns-3-rng-changes]$  ./waf --regression --regression-tests=test-csma-one-subnetEntering directory `/home/mlacage/code/ns-3-rng-changes/build'
Build finished successfully (00:00:00)
========== Running Regression Tests ==========
----------
Traces differ in test: test-csma-one-subnet
Reference traces in directory: regression//home/mlacage/code/ns-3-dev-ref-traces/csma-one-subnet.ref
Traces in directory: traces
Rerun regression test as: "./waf --regression --regression-tests=test-csma-one-subnet"
Then do "diff -u regression//home/mlacage/code/ns-3-dev-ref-traces/csma-one-subnet.ref regression/regression/traces/csma-one-subnet.ref" for details
----------
FAIL test-csma-one-subnet
[mlacage@diese ns-3-rng-changes]$ diff -u regression//home/mlacage/code/ns-3-dev-ref-traces/csma-one-subnet.ref regression/regression/traces/csma-one-subnet.ref
diff: regression//home/mlacage/code/ns-3-dev-ref-traces/csma-one-subnet.ref: No such file or directory
diff: regression/regression/traces/csma-one-subnet.ref: No such file or directory
[mlacage@diese ns-3-rng-changes]$
Comment 1 Gustavo J. A. M. Carneiro 2009-02-11 05:46:08 UTC
This was fixed a while ago.
Comment 2 Gustavo J. A. M. Carneiro 2009-02-11 05:47:14 UTC
I mean, assuming you mean the bad suggested command for regression failure diff.  If you mean RNG stuff, please reopen.