I have a shell script which will run project consist of multiple JUnit tests.
Then I call this shell within cron job every a period of time. In this case, I observe the following:
- Time to complete executing this shell is longer than directly calling this shell.
I don't know why!?
They must have the same run time, mustn't they?