# Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: address@hidden # target_branch: file:///home/bvk/Work/grub2/mainline/ # testament_sha1: 92341f9daabb8d9055832f64822b614435c29f48 # timestamp: 2010-03-22 17:40:11 +0530 # base_revision_id: address@hidden # q8ppihzgyjyifcke # # Begin patch === modified file 'conf/tests.rmk' --- conf/tests.rmk 2010-01-22 13:37:27 +0000 +++ conf/tests.rmk 2010-03-22 08:24:45 +0000 @@ -50,6 +50,9 @@ check_SCRIPTS += grub_script_vars1 grub_script_vars1_SOURCES = tests/grub_script_vars1.in +check_SCRIPTS += grub_script_blanklines +grub_script_blanklines_SOURCES = tests/grub_script_blanklines.in + # List of tests to execute on "make check" # SCRIPTED_TESTS = example_scripted_test # SCRIPTED_TESTS += example_grub_script_test @@ -59,6 +62,7 @@ SCRIPTED_TESTS = grub_script_echo1 SCRIPTED_TESTS += grub_script_echo_keywords SCRIPTED_TESTS += grub_script_vars1 +SCRIPTED_TESTS += grub_script_blanklines # dependencies between tests and testing-tools $(SCRIPTED_TESTS): grub-shell grub-shell-tester === added file 'tests/grub_script_blanklines.in' --- tests/grub_script_blanklines.in 1970-01-01 00:00:00 +0000 +++ tests/grub_script_blanklines.in 2010-03-22 08:24:45 +0000 @@ -0,0 +1,14 @@ +#! /bin/sh -e + address@hidden@/grub-script-check <