Commit 344f8ecd authored by Jan Kiene's avatar Jan Kiene
Browse files

also redirect stderr to actually capture warnings

parent b69b886c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,4 +41,4 @@ make clean
make CLANG=2 -j
make clean
# write out one build for warnings check
make CLANG=3 -j | tee build_output.txt
make CLANG=3 -j 2>&1 | tee build_output.txt