From 81f2e133e8b477d3be418bc29822aa65a8f994f8 Mon Sep 17 00:00:00 2001 From: MosesAdmin Date: Mon, 14 Dec 2015 00:58:14 +0000 Subject: rebuild each different configuration --- cruise-control/test_all_new_commits.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cruise-control') diff --git a/cruise-control/test_all_new_commits.sh b/cruise-control/test_all_new_commits.sh index 7c29a8212..fef758744 100755 --- a/cruise-control/test_all_new_commits.sh +++ b/cruise-control/test_all_new_commits.sh @@ -121,11 +121,11 @@ function run_single_test () { for configArgs in "${ALTERNATIVE_CONFIGURE_ARGS[@]}" do echo "building with args: $configArgs" >> $longlog - ./bjam clean $configArgs >> $longlog + ./bjam clean -a $configArgs >> $longlog done echo "## ./bjam clean" >> $longlog - ./bjam clean $MCC_CONFIGURE_ARGS --with-regtest=$regtest_dir >> $longlog 2>&1 || warn "bjam clean failed, suspicious" + ./bjam clean -a $MCC_CONFIGURE_ARGS --with-regtest=$regtest_dir >> $longlog 2>&1 || warn "bjam clean failed, suspicious" echo "## ./bjam $MCC_CONFIGURE_ARGS" >> $longlog if [ -z "$err" ]; then -- cgit v1.2.3