Commit a31e41a3 authored by Jesse Mapel's avatar Jesse Mapel
Browse files

Updated jigsaw errors test

parent d10936e3
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -59,7 +59,7 @@ commands:
	echo -e "Error Test F:" >> $(OUTPUT)/error.txt;
	echo -e "Error Test F:" >> $(OUTPUT)/error.txt;
	if [[ `$(APPNAME) \
	if [[ `$(APPNAME) \
	  fromlist=$(INPUT)/empty.lis \
	  fromlist=$(INPUT)/empty.lis \
	  cnet=$(INPUT)/notacnet.net \
	  cnet=$(INPUT)/empty.net \
	  onet=$(output)/out.net \
	  onet=$(output)/out.net \
	  radius=yes \
	  radius=yes \
	  spsolve=positions \
	  spsolve=positions \
@@ -71,4 +71,6 @@ commands:
	then \
	then \
	  true; \
	  true; \
	fi;
	fi;
	
# Remove full paths from the errors file
	sed -i "s/$(INPUT)\///" $(OUTPUT)/error.txt;
	sed -i "s/$(OUTPUT)\///" $(OUTPUT)/error.txt;