Revision: 76739
http://sourceforge.net/p/brlcad/code/76739
Author: starseeker
Date: 2020-08-13 17:17:11 +0000 (Thu, 13 Aug 2020)
Log Message:
-----------
See if we can filter out carriage return chars as well...
Modified Paths:
--------------
brlcad/branches/RELEASE/regress/weight/weight.sh
Modified: brlcad/branches/RELEASE/regress/weight/weight.sh
===================================================================
--- brlcad/branches/RELEASE/regress/weight/weight.sh 2020-08-13 17:02:24 UTC
(rev 76738)
+++ brlcad/branches/RELEASE/regress/weight/weight.sh 2020-08-13 17:17:11 UTC
(rev 76739)
@@ -156,8 +156,8 @@
# eliminate the time stamp lines which are obviously different and
# the file path which is not germane to the test
-tr -d ' \t' < "$PATH_TO_THIS/weight.test2.ref" | grep -v DensityTableUsed |
grep -v TimeStamp > weight.test2.ref_ns
-tr -d ' \t' < weight.test2.out | grep -v DensityTableUsed | grep -v TimeStamp
> weight.test2.out_ns
+tr -d ' \t\r' < "$PATH_TO_THIS/weight.test2.ref" | grep -v DensityTableUsed |
grep -v TimeStamp > weight.test2.ref_ns
+tr -d ' \t\r' < weight.test2.out | grep -v DensityTableUsed | grep -v
TimeStamp > weight.test2.out_ns
run cmp weight.test2.ref_ns weight.test2.out_ns
STATUS=$?
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits