[920] branches/PR-8817822/testing/run-all-tests.sh
Revision: 920 http://trac.macosforge.org/projects/darwinbuild/changeset/920 Author: wsiegrist@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 + *
participants (1)
-
source_changes@macosforge.org