Commit d2e70d97 authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Removed lines in ringspt test that were removing % Processed.

parent b7a9ebbd
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -26,10 +26,12 @@ APPNAME = ringspt
include $(ISISROOT)/make/isismake.tsts

commands:
	$(APPNAME) from=$(INPUT)/W1591159850_1_cal.cub > $(OUTPUT)/redirectedOutput.txt;
	echo -e "Group = Results" &> $(OUTPUT)/centersample_centerline_lev1.pvl;
	$(CAT) $(OUTPUT)/redirectedOutput.txt | grep -v "Processed" | grep -v "ringspt" \
	  >> $(OUTPUT)/centersample_centerline_lev1.pvl;
	$(APPNAME) from=$(INPUT)/W1591159850_1_cal.cub \
	to=$(OUTPUT)/centersample_centerline_lev1.pvl \
	> /dev/null;
	# echo -e "Group = Results" &> $(OUTPUT)/centersample_centerline_lev1.pvl;
	# $(CAT) $(OUTPUT)/redirectedOutput.txt | grep -v "Processed" | grep -v "ringspt" \
	  # >> $(OUTPUT)/centersample_centerline_lev1.pvl;
	$(APPNAME) from=$(INPUT)/W1591159850_1_cal.cub \
	  to=$(OUTPUT)/appendedOutput_tmp.txt \
	  format=flat \