Commit 3b281ea7 authored by Christopher Combs's avatar Christopher Combs
Browse files

Prog: Removed terminal output from footprintinit app test. Fixes #4548.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7730 41f8697f-d340-4b68-9986-7bafba869bb8
parent 3c046700
Loading
Loading
Loading
Loading
+36 −33
Original line number Diff line number Diff line
@@ -154,6 +154,9 @@
      Modified code to get TargetRadii using the cube label and mapping group rather than just the TargetName.
      References #3892
    </change>
    <change name="christopher Combs" date="2017-06-01">
      Removed terminal output from poleMultiBoundary apptest. Fixes #4548.
    </change>
  </history>

  <groups>
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ commands:
	$$ISISROOT/bin/blobdump from=$(OUTPUT)/e1202081.cub \
	                        to=$(OUTPUT)/e1202081.txt \
	                        name=footprint \
	                        type=Polygon 
	                        type=Polygon \
	                        >& /dev/null;
	$(CAT) $(OUTPUT)/e1202081.txt \
	       | $(SED) 's/\([0-9]\.[0-9]\{3\}\)\([0-9]*\)/\1/g' \