Remove 'if engine is executable' check.

JerryScript-DCO-1.0-Signed-off-by: Evgeny Gavrin e.gavrin@samsung.com
This commit is contained in:
Evgeny Gavrin
2015-08-19 11:07:35 +00:00
parent 59ce413df5
commit ccfe1f1cd6
-10
View File
@@ -40,16 +40,6 @@ REPEATS="$3"
TIMEOUT="$4"
BENCH_FOLDER="$5"
if [ ! -x "${ENGINE_OLD}" ]
then
exit_err "\"${ENGINE_OLD}\" is not an executable file..."
fi
if [ ! -x "${ENGINE_NEW}" ]
then
exit_err "\"${ENGINE_NEW}\" is not an executable file..."
fi
if [ "${REPEATS}" -lt 1 ]
then
exit_err "REPEATS must be greater than 0"