aboutsummaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2019-03-18 17:06:41 +0530
committerPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2019-03-20 20:15:10 +0530
commit4797cc806fa1612d17f434223ceeeb2459589659 (patch)
tree2ba42f9982335356cfb3b9fb96ca08b8a030a140 /test.sh
parent4d2a40411b7ab3640bbd1e2130f7ddca7845a8f6 (diff)
Remove --enable/disable bootstrap and abe's bootstrap configure option.
Change-Id: Ie7f2a9e7204c6704b66b27e722b8dd5b238996b4
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index c62a6af4..052d71c9 100755
--- a/test.sh
+++ b/test.sh
@@ -525,7 +525,7 @@ cb_commands="--dump"
match='Bootstrap no'
test_pass "${cb_commands}" "${match}"
-cb_commands="--enable bootstrap --dump"
+cb_commands="--set buildconfig=bootstrap --dump"
match='Bootstrap yes'
test_pass "${cb_commands}" "${match}"