Changes to be committed:

modified:   obitests/obitools/obicount/test.sh
	modified:   pkg/obioptions/version.go
This commit is contained in:
Eric Coissac
2025-02-19 13:54:01 +01:00
parent bd4a0b5ca5
commit d3d15acc6c
2 changed files with 2 additions and 3 deletions

View File

@ -10,9 +10,8 @@ TEST_NAME=obicount
# Some variable and function definitions: please don't change them
#
######
TEST_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
OBITOOLS_DIR="${TEST_DIR/obitest*/}build"
OBITOOLS_DIR="$(sed 's/obitest.*//' <<< "$TEST_DIR")build"
export PATH="${OBITOOLS_DIR}:${PATH}"

View File

@ -8,7 +8,7 @@ import (
// corresponds to the last commit, and not the one when the file will be
// commited
var _Commit = "952f85f"
var _Commit = "bd4a0b5"
var _Version = "Release 4.2.0"
// Version returns the version of the obitools package.