From 40c20537155cad7fcb12a814a3ca4bc39952daf5 Mon Sep 17 00:00:00 2001 From: "Ryan S. Arnold" Date: Mon, 3 Feb 2014 17:34:57 -0600 Subject: test.sh: Add --disable update test cases. Change-Id: I9d7004188bcb5146bd5185f1b3ff249a5336021f --- test.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test.sh') diff --git a/test.sh b/test.sh index d7699d7b..3df92ba6 100755 --- a/test.sh +++ b/test.sh @@ -390,6 +390,14 @@ cb_commands="--disable install --dump" match='Install no' test_pass "${cb_commands}" "${match}" +cb_commands="--dump" +match='Source Update yes' +test_pass "${cb_commands}" "${match}" + +cb_commands="--disable update --dump" +match='Source Update no' +test_pass "${cb_commands}" "${match}" + # This tests that --checkout and --build can be run together. cb_commands="--dryrun --target arm-none-linux-gnueabihf --checkout all --build all" match='' -- cgit v1.2.3