[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [metrics-web/master] Don't conceal Java warnings in Ant's output.



commit 00c4cc35bbfd01e1f6e06b85c147e54cf726f529
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date:   Tue Feb 7 12:55:20 2012 +0100

    Don't conceal Java warnings in Ant's output.
---
 run.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/run.sh b/run.sh
index e804876..f8ac867 100755
--- a/run.sh
+++ b/run.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 # TODO is there a better way to suppress Ant's output?
-ant -q | grep -Ev "^$|^BUILD SUCCESSFUL|^Total time: "
+ant | grep "\[java\]"
 



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits