You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2004/09/15 05:30:11 UTC

cvs commit: ws-axis/c/tests/auto_build mailto.sh

damitha     2004/09/14 20:30:11

  Added:       c/tests/auto_build mailto.sh
  Log:
  
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/auto_build/mailto.sh
  
  Index: mailto.sh
  ===================================================================
  #!/bin/bash
  HOME_DIR="/home/damitha/projects/cvshead/tests/auto_build"
  PATH="/usr/bin:/usr/sbin:/usr/local/bin:$PATH"
  export HOME_DIR PATH
  if test -f $HOME_DIR/mailto; then
      cat  $HOME_DIR/testcases/build/runTestCase.log | mutt -s "[test-results]Axis C++ Autobuild and regression test" -a "$HOME_DIR/testcases/build/buildTestCase.log" -x axis-c-dev@ws.apache.org
  fi