------------------------------------------------------------
revno: 1385
committer: Steve Langasek <[email protected]>
branch nick: upstream
timestamp: Sat 2012-11-17 23:57:58 -0600
message:
  init/Makefile.am: set TERM=xterm, so that tests which rely on TERM being
  set in the environment don't give different results and gratuitously fail.
modified:
  ChangeLog
  init/Makefile.am


--
lp:upstart
https://code.launchpad.net/~upstart-devel/upstart/trunk

Your team Upstart Reviewers is subscribed to branch lp:upstart.
To unsubscribe from this branch go to 
https://code.launchpad.net/~upstart-devel/upstart/trunk/+edit-subscription
=== modified file 'ChangeLog'
--- ChangeLog	2012-11-15 09:43:56 +0000
+++ ChangeLog	2012-11-18 05:57:58 +0000
@@ -1,3 +1,9 @@
+2012-11-17  Steve Langasek  <[email protected]>
+
+	* init/Makefile.am: set TERM=xterm, so that tests which rely on
+	  TERM being set in the environment don't give different results and
+	  gratuitously fail.
+
 2012-11-15  James Hunt  <[email protected]>
 
 	* NEWS: Release 1.6

=== modified file 'init/Makefile.am'
--- init/Makefile.am	2012-11-07 15:17:58 +0000
+++ init/Makefile.am	2012-11-18 05:57:58 +0000
@@ -2,6 +2,8 @@
 
 initconfdir = $(sysconfdir)/init
 
+AM_MAKEFLAGS = TERM=xterm
+
 AM_CFLAGS = \
 	$(NIH_CFLAGS) \
 	$(NIH_DBUS_CFLAGS) \

-- 
upstart-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/upstart-devel

Reply via email to