This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/4] introduce parallel mode


Tom> So for now I am just teeing the output to the log file:

Tom> 	    set inotify_pid [exec inotifywait -r -m -e move,create,delete . \
Tom> 				 --exclude $exclusion_re \
Tom> 				 |& tee -a $outdir/$tool.log &]

Tom> This way it will show up in on the terminal but also in the log.

Well, this didn't work.
The log file doesn't exist at the point at which this is done; then
I think dejagnu stomps on it.  Back to the drawing board.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]