Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2132 - trunk/tests


Chronological Thread 
  • From: "James Bigler" <bigler@cs.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [Manta] r2132 - trunk/tests
  • Date: Wed, 27 Feb 2008 16:53:32 -0700 (MST)

Author: bigler
Date: Wed Feb 27 16:53:32 2008
New Revision: 2132

Modified:
   trunk/tests/SmokeTest.code.rayscale.sh
Log:
tests/SmokeTest.code.rayscale.sh

  Fix path.

  Set to run as Nightly instead of Experimental


Modified: trunk/tests/SmokeTest.code.rayscale.sh
==============================================================================
--- trunk/tests/SmokeTest.code.rayscale.sh      (original)
+++ trunk/tests/SmokeTest.code.rayscale.sh      Wed Feb 27 16:53:32 2008
@@ -10,14 +10,14 @@
 # This will cause the program to exit right away if it fails
 export SCI_SIGNALMODE=exit
 
-MANTA_SRC_PATH=/home/sci/bigler/manta/dashboard
+MANTA_SRC_PATH=/home/bigler/manta/dashboard
 MANTA_LOG_DIR=${MANTA_SRC_PATH}/logs
 
 # Test parameters
 NP=1
 MAKE_PARALLEL=1
-TEST_TYPE=Experimental
-#TEST_TYPE=Nightly
+#TEST_TYPE=Experimental
+TEST_TYPE=Nightly
 CLEAN_BUILD=ON
 
 # Make the log directory if it doesn't exist




  • [Manta] r2132 - trunk/tests, James Bigler, 02/27/2008

Archive powered by MHonArc 2.6.16.

Top of page