Skip to content
Snippets Groups Projects
Commit 0d013f35 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STY: Formatting. Also disabled ccaosdbcli.

parent 8467e61b
No related branches found
No related tags found
No related merge requests found
Pipeline #12503 passed
Pipeline: caosdb-cppinttest

#12504

    ......@@ -92,7 +92,7 @@ test:
    - cmake --build . -j
    - cmake --build . -j --target unit_test_coverage
    - cmake --build . -j --target cxxcaosdbcli
    - cmake --build . -j --target ccaosdbcli
    # - cmake --build . -j --target ccaosdbcli # Disabled until it compiles again.
    # trigger the integration tests
    trigger_inttest:
    ......
    ......@@ -68,7 +68,7 @@ auto main() -> int {
    } catch (const caosdb::exceptions::ConfigurationError &exc) {
    std::cout << "ConfigurationError: " << exc.what() << std::endl;
    return exc.GetCode();
    } catch (const std::exception& exc) {
    } catch (const std::exception &exc) {
    std::cout << "Exception: " << exc.what() << std::endl;
    return 1;
    } catch (...) {
    ......
    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