Commit b8d70538 authored by Ian Humphrey's avatar Ian Humphrey
Browse files

Modified cnetstats's gFit test's SED command so the test passes.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7146 41f8697f-d340-4b68-9986-7bafba869bb8
parent b6dceca2
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
# @history 2016-09-29 Ian Humphrey - Modified the SED command to leave "input" in the resulting
#                         edit, so we don't need to worry about properly matching comma groups.
APPNAME = cnetstats

include $(ISISROOT)/make/isismake.tsts
@@ -9,6 +11,5 @@ commands:
	  filter=yes \
	  deffile=$(INPUT)/deffile.def \
	  flatfile=$(OUTPUT)/out.txt > /dev/null;
	#$(SED) 's/, \(.*\)input\//, \1/' $(OUTPUT)/out.txt > $(OUTPUT)/out1.txt;
	$(SED) 's/, \/.*\/input\//, /' $(OUTPUT)/out.txt > $(OUTPUT)/truth.txt;
	$(SED) 's#/.*/input/#input/#' $(OUTPUT)/out.txt > $(OUTPUT)/truth.txt;
	$(RM) $(OUTPUT)/cube.lis $(OUTPUT)/out.txt $(OUTPUT)/out1.txt;