aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-07-19 00:59:57 -0700
committerDan Willemsen <dwillemsen@google.com>2017-07-24 14:02:51 -0700
commit91e2483024eae5d5dd87ae4376e4f5ad15b7b555 (patch)
tree6a1268cfdfa117030e30ef4207514ef31b73e49c /tests
parent1e72321e58ef3739c574a23eba2809e53bc3e586 (diff)
downloadplatform_build_blueprint-91e2483024eae5d5dd87ae4376e4f5ad15b7b555.tar.gz
platform_build_blueprint-91e2483024eae5d5dd87ae4376e4f5ad15b7b555.tar.bz2
platform_build_blueprint-91e2483024eae5d5dd87ae4376e4f5ad15b7b555.zip
Fix and test rebuilds of bootstrap ninja when using tests
Add testing of bootstrap.bash -t to travis, and fix spacing issues causing rebuilds. Change-Id: Ia30367e40f5cf32de9749b2742d68b57e9201278
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_tree_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tree_tests.sh b/tests/test_tree_tests.sh
index 7aea41e..dd545c7 100755
--- a/tests/test_tree_tests.sh
+++ b/tests/test_tree_tests.sh
@@ -19,7 +19,7 @@ ln -s ../.. src.test/test_tree/blueprint
cd out.test
export SRCDIR=../src.test/test_tree
export BLUEPRINTDIR=${SRCDIR}/blueprint
-${SRCDIR}/blueprint/bootstrap.bash
+${SRCDIR}/blueprint/bootstrap.bash $@
./blueprint.bash
OLDTIME_BOOTSTRAP=$(mtime .bootstrap/build.ninja)