diff --git a/test/e2e.sh b/test/e2e.sh index 5380fad7f..e2bb75279 100644 --- a/test/e2e.sh +++ b/test/e2e.sh @@ -11,11 +11,8 @@ set -e touch e2e_time > e2e_time -# Modules faibles -runTest ./test/e2e/misc/inside-pm2.sh -runTest ./test/e2e/misc/versioning-cmd.sh - # CLI +runTest ./test/e2e/cli/reload.sh runTest ./test/e2e/cli/start-app.sh runTest ./test/e2e/cli/operate-regex.sh #runTest ./test/e2e/cli/bun.sh @@ -61,12 +58,14 @@ runTest ./test/e2e/process-file/js-configuration.sh runTest ./test/e2e/internals/wait-ready-event.sh runTest ./test/e2e/internals/daemon-paths-override.sh + if [ "$IS_BUN" = false ]; then - runTest ./test/e2e/cli/reload.sh runTest ./test/e2e/process-file/homogen-json-action.sh runTest ./test/e2e/internals/source_map.sh runTest ./test/e2e/internals/wrapped-fork.sh runTest ./test/e2e/logs/log-json.sh + runTest ./test/e2e/misc/inside-pm2.sh + runTest ./test/e2e/misc/versioning-cmd.sh fi runTest ./test/e2e/internals/infinite-loop.sh @@ -98,7 +97,6 @@ runTest ./test/e2e/modules/get-set.sh runTest ./test/e2e/modules/module.sh runTest ./test/e2e/modules/module-safeguard.sh - $pm2 kill echo "============== e2e test finished =============="