Revision: 82
http://c-mpi.svn.sourceforge.net/c-mpi/?rev=82&view=rev
Author: jmwozniak
Date: 2010-05-11 19:13:24 +0000 (Tue, 11 May 2010)
Log Message:
-----------
Wrapper script for ADT tests.
Added Paths:
-----------
test/adts/runtest.zsh
Added: test/adts/runtest.zsh
===================================================================
--- test/adts/runtest.zsh (rev 0)
+++ test/adts/runtest.zsh 2010-05-11 19:13:24 UTC (rev 82)
@@ -0,0 +1,13 @@
+#!/bin/zsh
+
+PROG=$1
+OUTPUT=$2
+
+${PROG} > ${OUTPUT}
+if [[ $? != 0 ]]
+then
+ mv -v ${OUTPUT} ${OUTPUT}.failed
+ exit 1
+fi
+
+return 0
Property changes on: test/adts/runtest.zsh
___________________________________________________________________
Added: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|