From 913daae0b439840e312b8d601772ef4d3fd3b492 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Thu, 9 Aug 2018 15:43:47 +0200 Subject: [PATCH] Color libcore build output --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a4a37c54373..feeadfc9298 100755 --- a/build.sh +++ b/build.sh @@ -18,6 +18,6 @@ $RUSTC mini_core.rs --crate-name mini_core && $RUSTC example.rs && $RUSTC mini_core_hello_world.rs && -$RUSTC ../target/libcore/src/libcore/lib.rs 2>&1 | (head -n 10; echo "===="; tail -n 1000) +$RUSTC ../target/libcore/src/libcore/lib.rs --color=always 2>&1 | (head -n 10; echo "===="; tail -n 1000) cat ../target/log.txt | sort | uniq -c | grep -v "rval unsize move" | grep -v "rval len" rm *.rlib ../target/log.txt