[Swift-commit] r6634 - branches/release-0.94/tests/groups

yadunandb at ci.uchicago.edu yadunandb at ci.uchicago.edu
Wed Jul 10 15:08:43 CDT 2013


Author: yadunandb
Date: 2013-07-10 15:08:42 -0500 (Wed, 10 Jul 2013)
New Revision: 6634

Modified:
   branches/release-0.94/tests/groups/group-apps.sh
   branches/release-0.94/tests/groups/group-daily-remote.sh
   branches/release-0.94/tests/groups/group-multi-remote.sh
   branches/release-0.94/tests/groups/group-remote-sanity.sh
Log:

Removed user_profile method to accommodate newer method for importing environments



Modified: branches/release-0.94/tests/groups/group-apps.sh
===================================================================
--- branches/release-0.94/tests/groups/group-apps.sh	2013-07-10 20:03:40 UTC (rev 6633)
+++ branches/release-0.94/tests/groups/group-apps.sh	2013-07-10 20:08:42 UTC (rev 6634)
@@ -1,8 +1,7 @@
 
 # GROUPLIST definition to run all local tests
 
-GROUPLIST=( 
-            $TESTDIR/stress/user_profile       \
+GROUPLIST=(             
             $TESTDIR/stress/apps/modis_beagle  \
 	    $TESTDIR/stress/apps/modis_local   \
 	    $TESTDIR/stress/apps/modis_midway  \

Modified: branches/release-0.94/tests/groups/group-daily-remote.sh
===================================================================
--- branches/release-0.94/tests/groups/group-daily-remote.sh	2013-07-10 20:03:40 UTC (rev 6633)
+++ branches/release-0.94/tests/groups/group-daily-remote.sh	2013-07-10 20:08:42 UTC (rev 6634)
@@ -2,7 +2,6 @@
 # GROUPLIST definition to run all local tests
 
 GROUPLIST=( # Remote sanity test-group
-            $TESTDIR/stress/user_profile         \
             $TESTDIR/stress/remote_sanity/beagle \
             $TESTDIR/stress/remote_sanity/mcs    \
             $TESTDIR/stress/remote_sanity/midway \

Modified: branches/release-0.94/tests/groups/group-multi-remote.sh
===================================================================
--- branches/release-0.94/tests/groups/group-multi-remote.sh	2013-07-10 20:03:40 UTC (rev 6633)
+++ branches/release-0.94/tests/groups/group-multi-remote.sh	2013-07-10 20:08:42 UTC (rev 6634)
@@ -1,7 +1,7 @@
 
 # GROUPLIST definition to run all local tests
 
-GROUPLIST=( $TESTDIR/stress/user_profile \
+GROUPLIST=(
             $TESTDIR/multi_remote        \
           )
 

Modified: branches/release-0.94/tests/groups/group-remote-sanity.sh
===================================================================
--- branches/release-0.94/tests/groups/group-remote-sanity.sh	2013-07-10 20:03:40 UTC (rev 6633)
+++ branches/release-0.94/tests/groups/group-remote-sanity.sh	2013-07-10 20:08:42 UTC (rev 6634)
@@ -2,12 +2,11 @@
 # GROUPLIST definition to run all local tests
 
 GROUPLIST=( 
-            $TESTDIR/stress/user_profile         \
             $TESTDIR/stress/remote_sanity/beagle \
             $TESTDIR/stress/remote_sanity/mcs    \
             $TESTDIR/stress/remote_sanity/midway \
-            $TESTDIR/stress/remote_sanity/uc3    \
-#            $TESTDIR/stress/remote_sanity/mac-frisbee  \
+	    $TESTDIR/stress/remote_sanity/uc3    \
+            $TESTDIR/stress/remote_sanity/mac-frisbee  \
           )
 
 checkvars WORK




More information about the Swift-commit mailing list