diff --git a/tests/scripts/run.sh b/tests/scripts/run.sh index a4a4335..ea22956 100644 --- a/tests/scripts/run.sh +++ b/tests/scripts/run.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/bash FAIL_COUNTER=0 @@ -80,4 +80,6 @@ do fi done +ibus exit + exit ${FAIL_COUNTER} diff --git a/tests/tests.yml b/tests/tests.yml index 6c6b49f..3696912 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -22,5 +22,5 @@ - ibus-table-chinese-yong tests: - simple: - dir: scripts - run: bash run.sh + dir: ./scripts + run: bash ./run.sh