[Swift-commit] r2513 - trunk/tests/misc
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Feb 6 21:09:36 CST 2009
Author: hategan
Date: 2009-02-06 21:09:35 -0600 (Fri, 06 Feb 2009)
New Revision: 2513
Added:
trunk/tests/misc/wonky-runawayjob.sh
Log:
test for runaway jobs
Added: trunk/tests/misc/wonky-runawayjob.sh
===================================================================
--- trunk/tests/misc/wonky-runawayjob.sh (rev 0)
+++ trunk/tests/misc/wonky-runawayjob.sh 2009-02-07 03:09:35 UTC (rev 2513)
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+cd ../language-behaviour
+
+cat ../sites/tc.data > tmp.tc.data.sites
+
+SITE=wonky/wonky-runawayjob.xml
+
+echo testing site configuration: $SITE
+
+export SWIFT_TEST_PARAMS="-sites.file ../sites/${SITE} -tc.file tmp.tc.data.sites"
+
+./run 001-echo
+
Property changes on: trunk/tests/misc/wonky-runawayjob.sh
___________________________________________________________________
Name: svn:executable
+ *
More information about the Swift-commit
mailing list