From 48138b605c16137428c335423553a2d1b44d56a5 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 19 Feb 2025 14:37:05 +0100 Subject: [PATCH] Changes to be committed: modified: .github/workflows/obitest.yml modified: Makefile modified: obitests/obitools/obicount/test.sh --- .github/workflows/obitest.yml | 2 +- Makefile | 4 +++- obitests/obitools/obicount/test.sh | 3 --- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/obitest.yml b/.github/workflows/obitest.yml index ad358bf..b17be06 100644 --- a/.github/workflows/obitest.yml +++ b/.github/workflows/obitest.yml @@ -16,4 +16,4 @@ jobs: - name: Checkout obitools4 project uses: actions/checkout@v4 - name: Run tests - run: make obitests + run: make githubtests diff --git a/Makefile b/Makefile index f252b31..a85d91b 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,8 @@ test: obitests: @find obitests -name test.sh -exec bash {} \; + +githubtests: obitools obitests man: make -C doc man @@ -100,5 +102,5 @@ ifneq ($(strip $(COMMIT_ID)),) @rm -f $(OUTPUT) endif -.PHONY: all packages obitools man obibook doc update-deps obitests .FORCE +.PHONY: all packages obitools man obibook doc update-deps obitests githubtests .FORCE .FORCE: \ No newline at end of file diff --git a/obitests/obitools/obicount/test.sh b/obitests/obitools/obicount/test.sh index 225e9d1..b4b4df2 100755 --- a/obitests/obitools/obicount/test.sh +++ b/obitests/obitools/obicount/test.sh @@ -50,9 +50,6 @@ log "Testing $TEST_NAME..." log "Test directory is $TEST_DIR" log "obitools directory is $OBITOOLS_DIR" log "Temporary directory is $TMPDIR" -log "PATH variable is $PATH" - -log "$(which obicount)" ###################################################################### ####