ck 5

quietlight
May 11, 2026, 4:35 AM
2UCEMS7RLBDA5W7P3656OAWIQSYSM4G5O3EOHOCBM7LKQEMNJEPAC

Dependencies

Change contents

  • replacement in shell_scripts/test_export.sh at line 96
    [3.667934][3.667934:667983]()
    if [[ ! "$ERROR" =~ "dataset not found" ]]; then
    [3.667934]
    [3.667983]
    if [[ ! "$ERROR" =~ "does not exist" ]]; then
  • edit in CHANGELOG.md at line 93
    [2.2226]
    [2.2226]
    ### Test fixes
    Fixed `shell_scripts/test_export.sh` error matching: test checked for
    "dataset not found" but actual error says "does not exist" (pre-existing
    mismatch exposed by error-return refactoring).