ome / omero-test-infra

Test infrastructure for decoupled repositories
BSD 2-Clause "Simplified" License
3 stars 14 forks source link

Errors in test-data should fail build #23

Open manics opened 6 years ago

manics commented 6 years ago
  1. Create a file .omeroci/test-data with contents
    #!/bin/bash
    set -eux
    exit 1
  2. Run .omero/docker lib

Expected behaviour: Test script should immediately fail after test-data fails Observed behaviour: Error is silently ignored, leading to misleading errors in later steps