Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2081 - trunk/tests


Chronological Thread 
  • From: "James Bigler" <bigler@cs.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [Manta] r2081 - trunk/tests
  • Date: Fri, 15 Feb 2008 17:04:16 -0700 (MST)

Author: bigler
Date: Fri Feb 15 17:04:16 2008
New Revision: 2081

Added:
   trunk/tests/SmokeTest.arachne.sh
      - copied, changed from r2076, trunk/tests/SmokeTest.taz.sh
Log:
SmokeTest.arachne.sh

  Tests for arachne.


Copied: trunk/tests/SmokeTest.arachne.sh (from r2076, 
trunk/tests/SmokeTest.taz.sh)
==============================================================================
--- trunk/tests/SmokeTest.taz.sh        (original)
+++ trunk/tests/SmokeTest.arachne.sh    Fri Feb 15 17:04:16 2008
@@ -1,14 +1,22 @@
 # 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
+#  1  02   *   *   * bash 
/home/sci/bigler/manta/dashboard/arachne/tests/SmokeTest.arachne.sh >> 
/home/sci/bigler/manta/dashboard/arachne/logs/tests.log 2>&1
 #
 echo "#############################################"
 echo "Started  "`date`
 echo "#"
-source /Users/bigler/.bashrc
+source /home/sci/bigler/.bashrc
+# This will cause the program to exit right away if it fails
+export SCI_SIGNALMODE=exit
+MANTA_SRC_PATH=/home/sci/bigler/manta/dashboard/arachne
+MANTA_LOG_DIR=${MANTA_SRC_PATH}/logs
+if [[ ! -d ${MANTA_LOG_DIR} ]]; then mkdir ${MANTA_LOG_DIR};fi
 #ctest -S /Users/bigler/manta/testing/src/tests/SmokeTest.cmake -V >> 
/Users/bigler/manta/testing/logs/`date +%F`.log 2>&1
-ctest -S /Users/bigler/manta/testing/src/tests/SSETest.cmake -V >> 
/Users/bigler/manta/testing/logs/`date +%F`.log 2>&1
-ctest -S /Users/bigler/manta/testing/src/tests/NoSSEFloatTest.cmake -V >> 
/Users/bigler/manta/testing/logs/`date +%F`.log 2>&1
-ctest -S /Users/bigler/manta/testing/src/tests/NoSSEDoubleTest.cmake -V >> 
/Users/bigler/manta/testing/logs/`date +%F`.log 2>&1
+echo "Starting SSETest: "`date`
+ctest -S ${MANTA_SRC_PATH}/tests/SSETest.cmake -V >> ${MANTA_LOG_DIR}/`date 
+%F`.log 2>&1
+echo "Starting NoSSEFloatTest"`date`
+ctest -S ${MANTA_SRC_PATH}/tests/NoSSEFloatTest.cmake -V >> 
${MANTA_LOG_DIR}/`date +%F`.log 2>&1
+echo "Starting NoSSEDoubleTest"`date`
+ctest -S ${MANTA_SRC_PATH}/tests/NoSSEDoubleTest.cmake -V >> 
${MANTA_LOG_DIR}/`date +%F`.log 2>&1
 echo "#"
 echo "Finished "`date`




  • [Manta] r2081 - trunk/tests, James Bigler, 02/15/2008

Archive powered by MHonArc 2.6.16.

Top of page