Skip to content

Commit

Permalink
touch test
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Nov 13, 2024
1 parent e795fe3 commit 42bb857
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions test/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 =============="
Expand Down

0 comments on commit 42bb857

Please sign in to comment.