Skip to content
Snippets Groups Projects
Verified Commit 80774a9a authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: formatting runtests.js and update PIPELINE

parent 2cc0435c
No related branches found
No related tags found
1 merge request!12F release results
Pipeline #13273 passed with warnings
Pipeline: CaosDB Julia Integration Tests

#13274

    ......@@ -182,6 +182,7 @@ trigger_inttest:
    -F "variables[TRIGGERED_BY_REF]=$TRIGGERED_BY_REF"
    -F "variables[TRIGGERED_BY_HASH]=$TRIGGERED_BY_HASH"
    -F "variables[JULIALIB_REGISTRY_IMAGE]=$JULIALIB_REGISTRY_IMAGE"
    -F "variables[CPPLIB_REF]=${CPP_DEFAULT_BRANCH}"
    -F "variables[F_BRANCH]=${F_BRANCH}"
    -F ref=${JULIAINT_REF} $JULIAINTTEST_PIPELINE 2>HTTPCODE
    ......
    ......@@ -25,9 +25,21 @@ using CaosDB
    @testset "CaosDBUnitTests" begin
    @testset "TestCaosdbCppLibVersion" begin
    @test ccall((:caosdb_constants_LIBCAOSDB_VERSION_MAJOR, CaosDB.library_name), Cint, ()) == 0
    @test ccall((:caosdb_constants_LIBCAOSDB_VERSION_MINOR, CaosDB.library_name), Cint, ()) == 0
    @test ccall((:caosdb_constants_LIBCAOSDB_VERSION_PATCH, CaosDB.library_name), Cint, ()) == 16
    @test ccall(
    (:caosdb_constants_LIBCAOSDB_VERSION_MAJOR, CaosDB.library_name),
    Cint,
    ()
    ) == 0
    @test ccall(
    (:caosdb_constants_LIBCAOSDB_VERSION_MINOR, CaosDB.library_name),
    Cint,
    ()
    ) == 0
    @test ccall(
    (:caosdb_constants_LIBCAOSDB_VERSION_PATCH, CaosDB.library_name),
    Cint,
    ()
    ) == 16
    end
    @testset "TestUtility" begin
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment