about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-14 01:56:39 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-14 01:56:39 -0700
commit3b42da24c2b1c7a4f923fbdf765ff180591634bc (patch)
tree438e5d427e5f6c48e85daf4bf57e2dee7c098ac0
parent8cfa6354016667bcc8ab1e360a1a6c0666ec4cad (diff)
downloadmu-3b42da24c2b1c7a4f923fbdf765ff180591634bc.tar.gz
5652
Fix CI.
-rwxr-xr-xtest_layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_layers b/test_layers
index ac38de0b..ea7551df 100755
--- a/test_layers
+++ b/test_layers
@@ -21,7 +21,7 @@ done
 for f in [0-9]*.subx
 do
   echo "=== $f"
-  ./subx translate 049init.linux $(enumerate/enumerate --until $f |grep '\.subx$') -o a.elf
+  ./subx translate init.linux $(enumerate/enumerate --until $f |grep '\.subx$') -o a.elf
   ./subx run a.elf
   echo
   test `uname` = 'Linux'  &&  {
rm?h=hlt&id=37e4573b9382707a0c345246d7507dc269bd0df3'>37e4573b ^
363be37f ^
37e4573b ^



5a481085 ^



37e4573b ^

dd2e01e4 ^
ac0e9db5 ^
dd2e01e4 ^
363be37f ^
37e4573b ^


dd2e01e4 ^
363be37f ^
37e4573b ^


3ba63579 ^
5a481085 ^
3ba63579 ^


dd2e01e4 ^
363be37f ^
3ba63579 ^

ac0e9db5 ^
05d17773 ^
ac0e9db5 ^
05d17773 ^
3ba63579 ^
ac0e9db5 ^
05d17773 ^
3ba63579 ^





9cc16d04 ^
7f73795c ^
0f125d5f ^

37e4573b ^
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