Skip to content

Commit 9adb7dd

Browse files
committed
Fix according to review
JerryScript-DCO-1.0-Signed-off-by: Evgeny Gavrin [email protected]
1 parent c139d17 commit 9adb7dd

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tools/precommit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ echo -e "All targets were built successfully. Starting unit tests' run.\n"
5757
$MAKE unittests_run || exit 1
5858
echo -e "\nUnit tests completed successfully. Starting full testing.\n"
5959

60-
./tools/precommit-full-testing.sh ${OUT_DIR} ${TARGETS}
60+
./tools/precommit-full-testing.sh ${OUT_DIR} ${TARGETS} || exit 1
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)