------------------------------------------------------------
revno: 1400
committer: James Hunt <[email protected]>
branch nick: upstart
timestamp: Fri 2012-12-07 09:46:45 +0000
message:
  * init/Makefile.am:
    - TEST_DATA_DIR: use $srcdir, not $PWD.
    - TEST_DATA_FILES: Corrected filename.
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-12-06 17:30:31 +0000
+++ ChangeLog	2012-12-07 09:46:45 +0000
@@ -1,3 +1,9 @@
+2012-12-07  James Hunt  <[email protected]>
+
+	* init/Makefile.am:
+	  - TEST_DATA_DIR: use $srcdir, not $PWD.
+	  - TEST_DATA_FILES: Corrected filename.
+
 2012-12-06  James Hunt  <[email protected]>
 
 	* init/job_class.c:

=== modified file 'init/Makefile.am'
--- init/Makefile.am	2012-12-04 16:09:18 +0000
+++ init/Makefile.am	2012-12-07 09:46:45 +0000
@@ -126,12 +126,12 @@
 	$(com_ubuntu_Upstart_Job_OUTPUTS) \
 	$(com_ubuntu_Upstart_Instance_OUTPUTS)
 
-TEST_DATA_DIR = $(PWD)/tests/data
+TEST_DATA_DIR = $(srcdir)/tests/data
 
 AM_CPPFLAGS += -DTEST_DATA_DIR="\"$(TEST_DATA_DIR)\""
 
 TEST_DATA_FILES = \
-	$(TEST_DATA_DIR)/upstart-1.6-blocked.json
+	$(TEST_DATA_DIR)/upstart-1.6.json
 
 EXTRA_DIST = init.supp $(TEST_DATA_FILES)
 	

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

Reply via email to