rpms/iec16022/devel iec16022-0.2.4-test-suite-fix.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tareq Al Jurf taljurf at fedoraproject.org
Wed Jun 30 16:17:59 UTC 2010


Author: taljurf

Update of /cvs/pkgs/rpms/iec16022/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16741

Modified Files:
	.cvsignore sources 
Added Files:
	iec16022-0.2.4-test-suite-fix.patch 
Log Message:
* Wed Jun 02 2010 Tareq Al Jurf <taljurf at fedoraproject.org> - 0.2.4-6
- Rearranging sed positions.


iec16022-0.2.4-test-suite-fix.patch:
 testsuite.sh  |   10 +++++-----
 testsuite.sh~ |only
 2 files changed, 5 insertions(+), 5 deletions(-)

--- NEW FILE iec16022-0.2.4-test-suite-fix.patch ---
diff -dur iec16022-0.2.4.orig/test/testsuite.sh iec16022-0.2.4/test/testsuite.sh
--- iec16022-0.2.4.orig/test/testsuite.sh	2008-11-30 03:22:32.000000000 +0300
+++ iec16022-0.2.4/test/testsuite.sh	2010-06-02 14:15:14.130267000 +0300
@@ -8,11 +8,11 @@
 ../iec16022 -o testsuite-test.bin -f Bin -c "Aolash3l dee6Ieke OhBohm1C MengaR9m zaHaoQu2 huW3Uer8 ieg7chaJ haiKua1o"
 ../iec16022 -o testsuite-test.hex -f Hex -c "Aolash3l dee6Ieke OhBohm1C MengaR9m zaHaoQu2 huW3Uer8 ieg7chaJ haiKua1o"
 
-diff -b testsuite-test.text testsuite-example.text && echo "Text test passed" || echo "Text test FAILED" || FAILED=1
-diff -b testsuite-test.eps testsuite-example.eps && echo "EPS test passed" || echo "EPS test FAILED" || FAILED=1
-diff -b testsuite-test.png testsuite-example.png && echo "PNG test passed" || echo "PNG test FAILED" || FAILED=1
-diff -b testsuite-test.bin testsuite-example.bin && echo "Bin test passed" || echo "Bin test FAILED" || FAILED=1
-diff -b testsuite-test.hex testsuite-example.hex && echo "Hex test passed" || echo "Hex test FAILED" || FAILED=1
+diff -b testsuite-test.text testsuite-example.text && echo "Text test passed" || { echo "Text test FAILED" && FAILED=1 ; }
+diff -b testsuite-test.eps testsuite-example.eps && echo "EPS test passed" || { echo "EPS test FAILED" && FAILED=1 ; }
+diff -b testsuite-test.png testsuite-example.png && echo "PNG test passed" || { echo "PNG test FAILED" && FAILED=1 ; }
+diff -b testsuite-test.bin testsuite-example.bin && echo "Bin test passed" || { echo "Bin test FAILED" && FAILED=1 ; }
+diff -b testsuite-test.hex testsuite-example.hex && echo "Hex test passed" || { echo "Hex test FAILED" && FAILED=1 ; }
 
 rm testsuite-test.*
 
Only in iec16022-0.2.4/test: testsuite.sh~


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/iec16022/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	7 Jun 2010 21:21:48 -0000	1.1
+++ .cvsignore	30 Jun 2010 16:17:59 -0000	1.2
@@ -0,0 +1 @@
+iec16022-0.2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iec16022/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	7 Jun 2010 21:21:48 -0000	1.1
+++ sources	30 Jun 2010 16:17:59 -0000	1.2
@@ -0,0 +1 @@
+9395108f1deaa2c4bd6d05a9e7c91431  iec16022-0.2.4.tar.gz



More information about the scm-commits mailing list