commit 3d81ccbf21dc5f81987365e6ff8c6e0ddc1f26e4
Author: Oswald Buddenhagen <[email protected]>
Date: Sun Nov 3 20:17:54 2013 +0100
make it possible to run only selected tests
src/run-tests.pl | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/run-tests.pl b/src/run-tests.pl
index 574378d..772b4ab 100755
--- a/src/run-tests.pl
+++ b/src/run-tests.pl
@@ -593,6 +593,7 @@ sub test($$$)
{
my ($ttl, $sx, $tx) = @_;
+ return 0 if (scalar(@ARGV) && !grep { $_ eq $ttl } @ARGV);
print "Testing: ".$ttl." ...\n";
mkchan($$sx[0], $$sx[1], @{ $$sx[2] });
&writecfg(@{ $$tx[0] });
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel