Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1732 - trunk/tests


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1732 - trunk/tests
  • Date: Fri, 21 Sep 2007 11:29:10 -0600 (MDT)

Author: bigler
Date: Fri Sep 21 11:29:09 2007
New Revision: 1732

Added:
   trunk/tests/SmokeTest.taz.sh
Log:
SmokeTest.taz.sh

  Cron didn't like my fancy command line, so I put it in this script
  to run.  This is why the dashboard wasn't working.


Added: trunk/tests/SmokeTest.taz.sh
==============================================================================
--- (empty file)
+++ trunk/tests/SmokeTest.taz.sh        Fri Sep 21 11:29:09 2007
@@ -0,0 +1,10 @@
+# Add this to the crontab
+#
+#  1  02   *   *   * bash 
/Users/bigler/manta/testing/src/tests/SmokeTest.taz.sh >> 
/Users/bigler/manta/testing/logs/tests.log 2>&1
+#
+echo "#############################################"
+echo "Started  "`date`
+echo "#"
+source /Users/bigler/.bashrc; ctest -S 
/Users/bigler/manta/testing/src/tests/SmokeTest.cmake -V >> 
/Users/bigler/manta/testing/logs/`date +%F`.log 2>&1
+echo "#"
+echo "Finished "`date`




  • [Manta] r1732 - trunk/tests, bigler, 09/21/2007

Archive powered by MHonArc 2.6.16.

Top of page