------------------------------------------------------------ revno: 1483 committer: James Hunt <[email protected]> branch nick: upstart timestamp: Mon 2013-06-24 14:45:17 +0100 message: * init/Makefile.am: Added missing json file to TEST_DATA_FILES. 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 2013-06-21 12:36:52 +0000 +++ ChangeLog 2013-06-24 13:45:17 +0000 @@ -1,3 +1,7 @@ +2013-06-24 James Hunt <[email protected]> + + * init/Makefile.am: Added missing json file to TEST_DATA_FILES. + 2013-06-21 James Hunt <[email protected]> * init/quiesce.c: quiesce_show_slow_jobs(): Change message log level === modified file 'init/Makefile.am' --- init/Makefile.am 2013-05-29 10:36:36 +0000 +++ init/Makefile.am 2013-06-24 13:45:17 +0000 @@ -135,7 +135,12 @@ AM_CPPFLAGS += -DTEST_DATA_DIR="\"$(TEST_DATA_DIR)\"" TEST_DATA_FILES = \ - $(TEST_DATA_DIR)/upstart-1.6.json + $(TEST_DATA_DIR)/upstart-1.6.json \ + $(TEST_DATA_DIR)/upstart-1.8.json \ + $(TEST_DATA_DIR)/upstart-pre-security.json \ + $(TEST_DATA_DIR)/upstart-1.8+full_serialisation-apparmor.json \ + $(TEST_DATA_DIR)/upstart-1.8+apparmor.json \ + $(TEST_DATA_DIR)/upstart-1.8+full_serialisation+apparmor.json test_util_SOURCES = \ tests/test_util.c tests/test_util.h
-- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
