Skip to content

Commit

Permalink
src/tests: Fix typos
Browse files Browse the repository at this point in the history
- test_metas_in location
- Check ibus processes in CI
- Fix libexec path
  • Loading branch information
fujiwarat committed Feb 18, 2022
1 parent 5cfe838 commit a82bda5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ibus - The Input Bus
#
# Copyright (c) 2007-2015 Peng Huang <shawn.p.huang@gmail.com>
# Copyright (c) 2015-2021 Takao Fujiwara <takao.fujiwara1@gmail.com>
# Copyright (c) 2015-2022 Takao Fujiwara <takao.fujiwara1@gmail.com>
# Copyright (c) 2007-2018 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -117,11 +117,11 @@ org.freedesktop.IBus.Desktop.Testing.desktop: ibus-desktop-testing.desktop.in
mv $@.tmp $@
endif

$(test_metas): $(test_metas_in) $(test_programs)
$(test_metas): $(test_metas_in)
f=`echo $@ | sed -e 's/\.test//'`; \
TEST_EXEC=$(test_execsdir)/$$f; \
sed -e "s|@TEST_EXEC[@]|$$TEST_EXEC|g" $(test_metas_in) > $@.tmp; \
mv $@.tmp $@; \
sed -e "s|@TEST_EXEC[@]|$$TEST_EXEC|g" $(srcdir)/$(test_metas_in) \
> $@.tmp && mv $@.tmp $@; \
$(NULL)

ibus-compose-locales: ibus-compose-locales.in
Expand Down
2 changes: 2 additions & 0 deletions src/tests/ibus-desktop-testing-autostart
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ pwd
pstree -asp $$
gsettings list-recursively org.gnome.shell
rpm -q gnome-shell-extension-no-overview gnome-shell gnome-session
ps -ef | grep ibus | grep -v grep
ibus address
'

if [ $# -gt 0 ] ; then
Expand Down
2 changes: 1 addition & 1 deletion src/tests/ibus-desktop-testing.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=IBus Desktop Testing Runner
GenericName=Input Method Desktop Testing Runner
Comment=Test plugin for IBus Desktop Testing
Exec=@ibexecdir@/ibus-desktop-testing-autostart /var/tmp/ibus-ci-autostart.log
Exec=@libexecdir@/ibus-desktop-testing-autostart /var/tmp/ibus-ci-autostart.log
Terminal=false
Type=Application
Encoding=UTF-8
Expand Down

0 comments on commit a82bda5

Please sign in to comment.