From 7a1fb3cf1d9af71b35bb8dac5f35df7021275d4a Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Fri, 16 Aug 2024 11:08:08 +0900 Subject: [PATCH] Delete CI with STI CI with STI is archived in: https://src.fedoraproject.org/rpms/anthy-unicode/tree/ci-sti --- tests/tests.sh | 12 ------------ tests/tests.yml | 19 ------------------- 2 files changed, 31 deletions(-) delete mode 100755 tests/tests.sh delete mode 100644 tests/tests.yml diff --git a/tests/tests.sh b/tests/tests.sh deleted file mode 100755 index 9d18fcd..0000000 --- a/tests/tests.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -: ${SRCDIR:='./source'} - -anthy-dic-tool-unicode --load $SRCDIR/src-util/dic-tool-input -diff $HOME/.config/anthy/private_words_default $SRCDIR/src-util/dic-tool-result -anthy-dic-tool-unicode --dump -[ -d $HOME/.anthy ] || mkdir $HOME/.anthy -mv $HOME/.config/anthy/private_words_default $HOME/.anthy -anthy-dic-tool-unicode --migrate -diff $HOME/.config/anthy/private_words_default $SRCDIR/src-util/dic-tool-result - diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index c5f451c..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,19 +0,0 @@ -- hosts: localhost - tags: - - classic - roles: - - role: standard-test-source - required_packages: - - git - vars: - fetch_only: True - - role: standard-test-basic - #- role: standard-test-beakerlib - required_packages: - - bash - - anthy-unicode - tests: - - smoke1: - dir: . - run: ./tests.sh -