Commit fed08865 authored by Jeannie Backer's avatar Jeannie Backer
Browse files

PROG: Fixed bug in thmvistrim errors test Makefile.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@5969 41f8697f-d340-4b68-9986-7bafba869bb8
parent 14dc7475
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@ include $(ISISROOT)/make/isismake.tsts
commands:
	echo -e "Error Test: input cube is not THEMIS VIS " > $(OUTPUT)/error_temp.txt;
	$(APPNAME) FROM=$(INPUT)/I00831002RDR.cropped.cub \
	TO=$(INPUT)/I00831002RDR.trimmed.cub 2>> $(OUTPUT)/error_temp.txt > /dev/null;
	TO=$(OUTPUT)/I00831002RDR.trimmed.cub 2>> $(OUTPUT)/error_temp.txt > /dev/null;

	$(SED) 's+\[/.*/input/+\[input/+' $(OUTPUT)/error_temp.txt > $(OUTPUT)/error.txt;
	$(RM) $(OUTPUT)/I00831002RDR.trimmed.cube;
	$(RM) $(OUTPUT)/error_temp.txt;