about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rwxr-xr-xsubx/test_apps12
1 files changed, 8 insertions, 4 deletions
diff --git a/subx/test_apps b/subx/test_apps
index ed67a295..440031c6 100755
--- a/subx/test_apps
+++ b/subx/test_apps
@@ -298,15 +298,19 @@ test `uname` = 'Linux'  &&  {
   cat examples/ex10.subx |apps/tests |apps/dquotes |apps/assort |apps/pack |apps/survey |apps/hex |diff examples/ex10 -
 }
 
-echo ex11
-cat examples/ex11.subx |./subx_bin run apps/tests |./subx_bin run apps/dquotes |./subx_bin run apps/assort |./subx_bin run apps/pack |./subx_bin run apps/survey |./subx_bin run apps/hex |diff examples/ex11 -
+# native run only because emulated run times out on travis-ci.org
+#echo ex11
+#cat examples/ex11.subx |./subx_bin run apps/tests |./subx_bin run apps/dquotes |./subx_bin run apps/assort |./subx_bin run apps/pack |./subx_bin run apps/survey |./subx_bin run apps/hex |diff examples/ex11 -
 test `uname` = 'Linux'  &&  {
+  echo ex11
   cat examples/ex11.subx |apps/tests |apps/dquotes |apps/assort |apps/pack |apps/survey |apps/hex |diff examples/ex11 -
 }
 
-echo ex12
-cat examples/ex12.subx |./subx_bin run apps/tests |./subx_bin run apps/dquotes |./subx_bin run apps/assort |./subx_bin run apps/pack |./subx_bin run apps/survey |./subx_bin run apps/hex |diff examples/ex12 -
+# native run only because emulated run times out on travis-ci.org
+#echo ex12
+#cat examples/ex12.subx |./subx_bin run apps/tests |./subx_bin run apps/dquotes |./subx_bin run apps/assort |./subx_bin run apps/pack |./subx_bin run apps/survey |./subx_bin run apps/hex |diff examples/ex12 -
 test `uname` = 'Linux'  &&  {
+  echo ex12
   cat examples/ex12.subx |apps/tests |apps/dquotes |apps/assort |apps/pack |apps/survey |apps/hex |diff examples/ex12 -
 }
 
/div>
22bb7e35 ^
3dbefa71 ^
a02baa33 ^
22bb7e35 ^
3dbefa71 ^


22bb7e35 ^
3dbefa71 ^
22bb7e35 ^
3dbefa71 ^
22bb7e35 ^


3dbefa71 ^
a02baa33 ^
22bb7e35 ^




a02baa33 ^
22bb7e35 ^
0a8001b2 ^

a02baa33 ^
0a8001b2 ^


a02baa33 ^
0a8001b2 ^



a02baa33 ^
0a8001b2 ^




a02baa33 ^
0a8001b2 ^
22bb7e35 ^
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82