File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ function assertInitBenchmark {
100
100
assertConfigurationFileExist " initBenchmark.sh"
101
101
102
102
source $CONFIGURATION_PATH /initBenchmark.sh
103
- [ " $? " != " 0" ] && exitScript " File init_benchmark .sh could not be included."
103
+ [ " $? " != " 0" ] && exitScript " File .phpbenchmarks/initBenchmark .sh could not be included."
104
104
105
105
type initBenchmark & > /dev/null
106
- [ " $? " != " 0" ] && exitScript " Function init_benchmark .sh::initBenchmark() does not exist. See README.md for more informations."
106
+ [ " $? " != " 0" ] && exitScript " Function .phpbenchmarks/initBenchmark .sh::initBenchmark() does not exist. See README.md for more informations."
107
107
echoValidatedTest " [.phpbenchmarks/initBenchmark.sh] Function initBenchmark() exist."
108
108
}
You can’t perform that action at this time.
0 commit comments