gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, cmake, updated. dac059baf5518edf195c873d


From: Juergen Kahrs
Subject: [gawk-diffs] [SCM] gawk branch, cmake, updated. dac059baf5518edf195c873db91eb42af6551586
Date: Fri, 08 Feb 2013 23:31:38 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, cmake has been updated
       via  dac059baf5518edf195c873db91eb42af6551586 (commit)
      from  4522cf0e0ff06a7eecde480505bf8c2591bf5fa3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=dac059baf5518edf195c873db91eb42af6551586

commit dac059baf5518edf195c873db91eb42af6551586
Author: Juergen Kahrs <address@hidden>
Date:   Sat Feb 9 00:31:23 2013 +0100

    New script helps in test-automation.

diff --git a/cmake/basictest b/cmake/basictest
new file mode 100755
index 0000000..5a874f8
--- /dev/null
+++ b/cmake/basictest
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+TESTHOME=$(dirname ${0})/../test
+if test -r ${TESTHOME}/${2}.in
+then
+  $1 -f ${TESTHOME}/${2}.awk  < ${TESTHOME}/${2}.in > ${TESTHOME}/_${2} 2>&1 
|| echo EXIT CODE: $? >> ${TESTHOME}/_${2}
+else
+  $1 -f ${TESTHOME}/${2}.awk                        > ${TESTHOME}/_${2} 2>&1 
|| echo EXIT CODE: $? >> ${TESTHOME}/_${2}
+fi
+cmp ${TESTHOME}/${2}.ok ${TESTHOME}/_${2} && rm -f ${TESTHOME}/_${2}
+

-----------------------------------------------------------------------

Summary of changes:
 cmake/basictest |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
 create mode 100755 cmake/basictest


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]