Skip to content

Commit b347def

Browse files
committed
Rename the build files for the different run.js configs to end in run.js, collect a set of minimum tests that work with the bare-bones run.js build, and adjust a couple of tests to only use features in that build config.
1 parent 2c4099a commit b347def

14 files changed

Lines changed: 36 additions & 24 deletions

build/run/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
rm -rf ./build/
33
../runbuild.sh run.build.js
4-
# find ./build/ -name "*.js" -exec gzip {} \;
4+
#find ./build/ -name "*.js" -exec gzip {} \;
File renamed without changes.

build/run/run.build.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run({
1414
}
1515
}
1616
},
17-
"run-nomodifypluginspagecontext"
17+
"nomodifypluginspagecontext-run"
1818
);
1919

2020
run({
@@ -29,7 +29,7 @@ run({
2929
}
3030
}
3131
},
32-
"run-nomodifypluginspage"
32+
"nomodifypluginspage-run"
3333
);
3434

3535
run({
@@ -44,7 +44,7 @@ run({
4444
}
4545
}
4646
},
47-
"run-nomodifypluginscontext"
47+
"nomodifypluginscontext-run"
4848
);
4949

5050
run({
@@ -58,7 +58,7 @@ run({
5858
}
5959
}
6060
},
61-
"run-nomodifyplugins"
61+
"nomodifyplugins-run"
6262
);
6363

6464
run({
@@ -71,7 +71,7 @@ run({
7171
}
7272
}
7373
},
74-
"run-nomodify"
74+
"nomodify-run"
7575
);
7676

7777
run({
@@ -84,7 +84,7 @@ run({
8484
}
8585
}
8686
},
87-
"run-noplugins"
87+
"noplugins-run"
8888
);
8989

9090
run({
@@ -96,7 +96,7 @@ run({
9696
}
9797
}
9898
},
99-
"run-all"
99+
"run"
100100
);
101101

102102
run({
@@ -108,6 +108,6 @@ run({
108108
}
109109
}
110110
},
111-
"run-allplugins",
111+
"allplugins-run",
112112
["run/i18n", "run/text"]
113113
);
File renamed without changes.

0 commit comments

Comments
 (0)