From 54523b8ea84cb9360639568a6c3c3e17c31ab5a8 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Fri, 22 Jan 2021 14:15:12 +0100 Subject: [PATCH] Fix rustc bootstrap test --- scripts/test_bootstrap.sh | 40 ++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/scripts/test_bootstrap.sh b/scripts/test_bootstrap.sh index db69541b226..15f97c867a1 100755 --- a/scripts/test_bootstrap.sh +++ b/scripts/test_bootstrap.sh @@ -14,21 +14,18 @@ git checkout -- . git checkout "$(rustc -V | cut -d' ' -f3 | tr -d '(')" git apply - < config.toml <