changeset 58:eedf04fffdc3

re-aligned test output
author thomask
date Fri, 22 Oct 2004 20:28:02 +0000
parents e054b63f33d9
children 96cadd0da1ae
files Makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Oct 22 05:44:11 2004 +0000
+++ b/Makefile	Fri Oct 22 20:28:02 2004 +0000
@@ -190,12 +190,12 @@
 	$(eval z_name = $(subst .$(ext_norun),,$@))
 	@if $(DMD) $(DFLAGS) -od$(OBJ_DIR) -of$@ $< $(to_log); then \
 		if $@ $(to_log); \
-			then $(ECHO) "XPASS:  $(z_name)"; $(RM) $@; \
+			then $(ECHO) "XPASS: $(z_name)"; $(RM) $@; \
 		else \
-			$(ECHO) "FAIL: $(z_name)"; \
+			$(ECHO) "FAIL:  $(z_name)"; \
 		fi \
 	else \
-		$(ECHO) "XFAIL: $(z_name) (compiling error)"; $(RM) $@; \
+		$(ECHO) "XFAIL:  $(z_name) (compiling error)"; $(RM) $@; \
 	fi
 
 %.$(ext_norun) : %.$(ext_source_html) Makefile