@@ -11,66 +11,66 @@ set -e
11
11
touch e2e_time
12
12
> e2e_time
13
13
14
- # CLI
15
- runTest ./test/e2e/cli/reload.sh
16
- runTest ./test/e2e/cli/start-app.sh
17
- runTest ./test/e2e/cli/operate-regex.sh
18
- runTest ./test/e2e/cli/interpreter.sh
19
- runTest ./test/e2e/cli/app-configuration.sh
20
- runTest ./test/e2e/cli/binary.sh
21
- runTest ./test/e2e/cli/startOrX.sh
22
- runTest ./test/e2e/cli/reset.sh
23
- runTest ./test/e2e/cli/env-refresh.sh
24
- runTest ./test/e2e/cli/extra-lang.sh
25
- runTest ./test/e2e/cli/python-support.sh
26
- runTest ./test/e2e/cli/multiparam.sh
27
- runTest ./test/e2e/cli/smart-start.sh
28
- runTest ./test/e2e/cli/args.sh
29
- runTest ./test/e2e/cli/attach.sh
30
- runTest ./test/e2e/cli/serve.sh
31
- runTest ./test/e2e/cli/monit.sh
32
- runTest ./test/e2e/cli/cli-actions-1.sh
33
- runTest ./test/e2e/cli/cli-actions-2.sh
34
- runTest ./test/e2e/cli/dump.sh
35
- runTest ./test/e2e/cli/resurrect.sh
36
- runTest ./test/e2e/cli/watch.sh
37
- runTest ./test/e2e/cli/right-exit-code.sh
38
- runTest ./test/e2e/cli/fork.sh
39
- runTest ./test/e2e/cli/piped-config.sh
14
+ # # CLI
15
+ # runTest ./test/e2e/cli/reload.sh
16
+ # runTest ./test/e2e/cli/start-app.sh
17
+ # runTest ./test/e2e/cli/operate-regex.sh
18
+ # runTest ./test/e2e/cli/interpreter.sh
19
+ # runTest ./test/e2e/cli/app-configuration.sh
20
+ # runTest ./test/e2e/cli/binary.sh
21
+ # runTest ./test/e2e/cli/startOrX.sh
22
+ # runTest ./test/e2e/cli/reset.sh
23
+ # runTest ./test/e2e/cli/env-refresh.sh
24
+ # runTest ./test/e2e/cli/extra-lang.sh
25
+ # runTest ./test/e2e/cli/python-support.sh
26
+ # runTest ./test/e2e/cli/multiparam.sh
27
+ # runTest ./test/e2e/cli/smart-start.sh
28
+ # runTest ./test/e2e/cli/args.sh
29
+ # runTest ./test/e2e/cli/attach.sh
30
+ # runTest ./test/e2e/cli/serve.sh
31
+ # runTest ./test/e2e/cli/monit.sh
32
+ # runTest ./test/e2e/cli/cli-actions-1.sh
33
+ # runTest ./test/e2e/cli/cli-actions-2.sh
34
+ # runTest ./test/e2e/cli/dump.sh
35
+ # runTest ./test/e2e/cli/resurrect.sh
36
+ # runTest ./test/e2e/cli/watch.sh
37
+ # runTest ./test/e2e/cli/right-exit-code.sh
38
+ # runTest ./test/e2e/cli/fork.sh
39
+ # runTest ./test/e2e/cli/piped-config.sh
40
40
41
- # PROCESS FILES
42
- runTest ./test/e2e/process-file/json-file.sh
43
- runTest ./test/e2e/process-file/yaml-configuration.sh
44
- runTest ./test/e2e/process-file/json-reload.sh
45
- runTest ./test/e2e/process-file/homogen-json-action.sh
46
- runTest ./test/e2e/process-file/app-config-update.sh
47
- runTest ./test/e2e/process-file/js-configuration.sh
41
+ # # PROCESS FILES
42
+ # runTest ./test/e2e/process-file/json-file.sh
43
+ # runTest ./test/e2e/process-file/yaml-configuration.sh
44
+ # runTest ./test/e2e/process-file/json-reload.sh
45
+ # runTest ./test/e2e/process-file/homogen-json-action.sh
46
+ # runTest ./test/e2e/process-file/app-config-update.sh
47
+ # runTest ./test/e2e/process-file/js-configuration.sh
48
48
49
- # BINARIES
50
- runTest ./test/e2e/binaries/pm2-dev.sh
51
- runTest ./test/e2e/binaries/pm2-runtime.sh
49
+ # # BINARIES
50
+ # runTest ./test/e2e/binaries/pm2-dev.sh
51
+ # runTest ./test/e2e/binaries/pm2-runtime.sh
52
52
53
- # INTERNALS
54
- runTest ./test/e2e/internals/wait-ready-event.sh
55
- runTest ./test/e2e/internals/daemon-paths-override.sh
56
- runTest ./test/e2e/internals/source_map.sh
57
- runTest ./test/e2e/internals/wrapped-fork.sh
58
- runTest ./test/e2e/internals/infinite-loop.sh
59
- runTest ./test/e2e/internals/options-via-env.sh
60
- runTest ./test/e2e/internals/promise.sh
61
- runTest ./test/e2e/internals/increment-var.sh
62
- runTest ./test/e2e/internals/start-consistency.sh
53
+ # # INTERNALS
54
+ # runTest ./test/e2e/internals/wait-ready-event.sh
55
+ # runTest ./test/e2e/internals/daemon-paths-override.sh
56
+ # runTest ./test/e2e/internals/source_map.sh
57
+ # runTest ./test/e2e/internals/wrapped-fork.sh
58
+ # runTest ./test/e2e/internals/infinite-loop.sh
59
+ # runTest ./test/e2e/internals/options-via-env.sh
60
+ # runTest ./test/e2e/internals/promise.sh
61
+ # runTest ./test/e2e/internals/increment-var.sh
62
+ # runTest ./test/e2e/internals/start-consistency.sh
63
63
64
- # MISC
65
- runTest ./test/e2e/misc/inside-pm2.sh
66
- runTest ./test/e2e/misc/vizion.sh
67
- runTest ./test/e2e/misc/misc.sh
68
- runTest ./test/e2e/misc/versioning-cmd.sh
69
- runTest ./test/e2e/misc/instance-number.sh
70
- runTest ./test/e2e/misc/startup.sh
71
- runTest ./test/e2e/misc/nvm-node-version.sh
72
- runTest ./test/e2e/misc/port-release.sh
73
- runTest ./test/e2e/misc/cron-system.sh
64
+ # # MISC
65
+ # runTest ./test/e2e/misc/inside-pm2.sh
66
+ # runTest ./test/e2e/misc/vizion.sh
67
+ # runTest ./test/e2e/misc/misc.sh
68
+ # runTest ./test/e2e/misc/versioning-cmd.sh
69
+ # runTest ./test/e2e/misc/instance-number.sh
70
+ # runTest ./test/e2e/misc/startup.sh
71
+ # runTest ./test/e2e/misc/nvm-node-version.sh
72
+ # runTest ./test/e2e/misc/port-release.sh
73
+ # runTest ./test/e2e/misc/cron-system.sh
74
74
75
75
# LOGS
76
76
runTest ./test/e2e/logs/log-timestamp.sh
0 commit comments