#!/bin/sh

# Change directories to the working directory.
cd visit_run_tests

# Get the latest version of the test script
rm -rf svn_bin
svn co svn+ssh://brugger@edison.nersc.gov/project/projectdirs/visit/svn/visit/trunk/src/svn_bin

# Run the test suite.
svn_bin/regressiontest_surface

sleep 600

svn_bin/regressiontest_surface -branch 2.12RC
