Unverified Commit 3cc97130 authored by Kristin's avatar Kristin Committed by GitHub
Browse files

Merge pull request #434 from jessemapel/csverror

Removed absolute path in csv2table errors test
parents c4ebd24a 88f069c2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -27,4 +27,7 @@ commands:
	  true; \
	fi;

	rm $(OUTPUT)/isisTruth.cub;
	cat $(OUTPUT)/errors.txt | sed 's/\/[^ ]*\/input\///g' \
	    > $(OUTPUT)/clean_errors.txt;

	rm $(OUTPUT)/isisTruth.cub $(OUTPUT)/errors.txt;