From 12a3e2b63490cb6a178c2d63ace3066e1e7594c3 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 05 Jul 2012 08:38:19 +0000 Subject: Redirect make run output to the log --- diff --git a/Makefile b/Makefile index 81175e8..5c1965e 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ build-%: $(TYPESCRIPT) "$(JHBUILD) buildone $*" $(LOGFILE) run: scripts/list-outputs - xinit $(SCRIPTS)/xinitrc -- $(XINITDISPLAY) + xinit $(SCRIPTS)/xinitrc -- $(XINITDISPLAY) &>>$(LOGFILE) test: $(LOG) "$(SCRIPTS)/run-dogtail-tests" $(LOGFILE) diff --git a/TODO b/TODO index 3809deb..94356b1 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,2 @@ * Figure out what to do with shutdown * Allow to configure resolution (sugarbuildrc?) -* Hide xinit output, confusing, logging might be enough -- cgit v0.9.1