Skip to content

Commit

Permalink
test11
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwarat committed Jan 31, 2024
1 parent 19f5295 commit a688157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ run_test_suite()
echo "#### Starting Python$i API test $RUN_ARGS";
env IBUS_ANTHY_ENGINE_PATH=$SRCDIR/../engine/python$i \
IBUS_ANTHY_SETUP_PATH=$SRCDIR/../setup/python$i \
python$i -u $SRCDIR/foo.py $RUN_ARGS;
python$i -u $SRCDIR/anthytest.py $RUN_ARGS;
RETVAL=$?
# Return 5 with "NO TESTS RAN" in unittest/runner.py since python 3.12.1
if test $RETVAL -ne 0 && test $RETVAL -ne 5; then
Expand Down

0 comments on commit a688157

Please sign in to comment.