Don't grep away parts of log
This commit is contained in:
parent
8111eee37a
commit
0117b7872a
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -41,4 +41,4 @@ gcc target/out/mini_core.o target/out/mini_core_hello_world.o -o target/out/mini
|
|||
./target/out/mini_core_hello_world
|
||||
|
||||
$RUSTC target/libcore/src/libcore/lib.rs --color=always --crate-type lib -Cincremental=target/incremental 2>&1 | (head -n 20; echo "===="; tail -n 1000)
|
||||
cat target/out/log.txt | sort | uniq -c | grep -v "rval unsize move" | grep -v "rval len"
|
||||
cat target/out/log.txt | sort | uniq -c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue