blob: de7287a303631a3761e1cf5cf62c764818dd5b82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
diff '--exclude=.git' -ura --new-file ./actionswf-actionswf-1.178-0/tests/as3/b actionswfnew/tests/as3/b
--- ./actionswf-actionswf-1.178-0/tests/as3/b 2026-07-19 17:16:38.000000000 +0300
+++ actionswfnew/tests/as3/b 2026-07-20 15:18:12.589353992 +0300
@@ -12,5 +12,10 @@
verbose=x
echo verbose
fi
-no_clean=x verbose=${verbose} header=550:400:12:ffFFff $p ../../oaas3 dest a.swf \
-&& ${RUN__SHELL} ./df
+no_clean=x verbose=${verbose} header=550:400:12:ffFFff $p ../../oaas3 dest a.swf && {
+ at_folder=../ . ../integ && {
+ ${RUN__SHELL} ./df
+ exit
+ }
+ echo all good
+}
diff '--exclude=.git' -ura --new-file ./actionswf-actionswf-1.178-0/tests/integ actionswfnew/tests/integ
--- ./actionswf-actionswf-1.178-0/tests/integ 2026-07-19 17:16:38.000000000 +0300
+++ actionswfnew/tests/integ 2026-07-20 15:18:13.789361197 +0300
@@ -3,7 +3,7 @@
if [ -e ${at_folder}.expected ]; then
return 0
fi
- echo .expected comparisons only at https://launchpad.net/~colin-i/+archive/ubuntu/ppa
+ echo not doing .expected comparisons at this build
return 1
}
return_status
|