Skip to content

Commit

Permalink
Remove ls statement from runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Dec 18, 2023
1 parent 02b826c commit d2ebb06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/frontend/travis/adminrunner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,5 @@ exit_code=$?

kill "$ep_pid" && wait "$ep_pid"
log "Done."
try cd "${MY_DIR}/../../../.."
try ls node_modules

exit "$exit_code"

0 comments on commit d2ebb06

Please sign in to comment.