From: Jeroen van der Heijden Date: Fri, 12 Oct 2018 11:44:32 +0000 (+0200) Subject: Update test and version X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~8^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5a6c84b0b219c7b48685d67560fbf2b1b13442a0;p=siridb-server.git Update test and version --- diff --git a/include/siri/version.h b/include/siri/version.h index 5cf74a81..04578c84 100644 --- a/include/siri/version.h +++ b/include/siri/version.h @@ -13,7 +13,7 @@ * This should be an empty string when building a final release. * Examples: "-alpha-0" "-alpha-1", "" */ -#define SIRIDB_VERSION_PRE_RELEASE "-alpha-1" +#define SIRIDB_VERSION_PRE_RELEASE "-alpha-2" #ifndef NDEBUG #define SIRIDB_VERSION_BUILD_RELEASE "+debug" diff --git a/itest/testing/constants.py b/itest/testing/constants.py index 8e91bea9..2f65c700 100644 --- a/itest/testing/constants.py +++ b/itest/testing/constants.py @@ -1,6 +1,6 @@ TEST_DIR = './testdir' SIRIDBC = '../{BUILDTYPE}/siridb-server' -SERVICE = '/usr/local/bin/siridb-service' +SERVICE = '/usr/local/bin/siridb-admin' VALGRIND = 'valgrind' \ ' --tool=memcheck' \ ' --error-exitcode=1' \