Commit 8a7d430f authored by Tyler Wilson's avatar Tyler Wilson
Browse files

PROG: Fixed a problem with this test where bundleout_images.csv was an empty...

PROG:  Fixed a problem with this test where bundleout_images.csv was an empty file.  References #4314

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7184 41f8697f-d340-4b68-9986-7bafba869bb8
parent 746b285b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,10 +17,10 @@ commands:
	           camera_angles_sigma=2. \
			   bundleout_txt=no \
			   output_csv=no \
			   residuals_csv=no \
	           file_prefix=$(OUTPUT)/;
	$(CAT) $(OUTPUT)/bundleout_images.csv \
			   residuals_csv=no > /dev/null;
	$(CAT) bundleout_images.csv \
	       | perl -pe 's/(^|,|: )([^,:]+\/)([^,\/:]*\.)(net|cub)/\1\3\4/g' 2>/dev/null \
	       > $(OUTPUT)/bundleout_images.csv;           
	$(RM) $(OUTPUT)/cube.lis > /dev/null;
	$(RM) $(OUTPUT)/*.net > /dev/null;
	$(RM) *.csv > /dev/null;