[darwinbuild-changes] [920] branches/PR-8817822/testing/run-all-tests.sh

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 7 17:41:20 PST 2011


Revision: 920
          http://trac.macosforge.org/projects/darwinbuild/changeset/920
Author:   wsiegrist at apple.com
Date:     2011-02-07 17:41:19 -0800 (Mon, 07 Feb 2011)
Log Message:
-----------
run-all-tests tool

Added Paths:
-----------
    branches/PR-8817822/testing/run-all-tests.sh

Added: branches/PR-8817822/testing/run-all-tests.sh
===================================================================
--- branches/PR-8817822/testing/run-all-tests.sh	                        (rev 0)
+++ branches/PR-8817822/testing/run-all-tests.sh	2011-02-08 01:41:19 UTC (rev 920)
@@ -0,0 +1,9 @@
+#!/bin/bash
+set -e
+set -x
+pushd $(dirname $0) >> /dev/null
+
+for X in *;
+do
+	$X/run-tests.sh
+done


Property changes on: branches/PR-8817822/testing/run-all-tests.sh
___________________________________________________________________
Added: svn:executable
   + *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20110207/c29b202f/attachment.html>


More information about the darwinbuild-changes mailing list