Commit 39726840 authored by Ian Humphrey's avatar Ian Humphrey Committed by Makayla Shepherd
Browse files

PROG fixed caminfo csv test for updated isis version using git hashses

parent 7c4f52ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ commands:
	STATISTICS=true CAMSTATS=true GEOMETRY=true spice=true > /dev/null;
	cat $(OUTPUT)/temp.txt | \
	  sed 's/\([0-9]*\.[0-9]\{4\}\)\([0-9]*\)/\1/g' | \
	  sed 's/\([a-z]*\,\)\([0-9]\.[0-9]*\.[0-9]*\.[0-9]* [a-z]* | [0-9]\{4\}\-[0-9]\{2\}\-[0-9]\{2\}\)/\1/g' \
	  sed 's/\([a-z]*\,\)\([0-9]\.[0-9]*\.[0-9]*\.[A-Za-z0-9]* [a-z]* | [0-9]\{4\}\-[0-9]\{2\}\-[0-9]\{2\}\)/\1/g' \
	  > $(OUTPUT)/truth.txt;
	$(RM) $(OUTPUT)/temp.txt;
	$(RM) $(OUTPUT)/input.cub;