Giter VIP home page Giter VIP logo

Comments (5)

damienflament avatar damienflament commented on May 14, 2024

More info here.
It also occurs on my local machine.

It is related to some calls to Shellspec functions in my helper:

helper.sh

set -euo pipefail
IFS=$'\n\t'

shellspec_helper_configure() {
    shellspec_import 'support/doubles'
    shellspec_import 'support/fixtures'
    shellspec_import 'support/travis-python'

    shellspec_before 'setup_travis_python_directory'
    shellspec_after 'cleanup_travis_python_directory'
}

Removing calls to shellspec_before and shellspec_after prevents the error.

from shellspec.

ko1nksm avatar ko1nksm commented on May 14, 2024

Hi,

Yes, it caused by shellspec_before and shellspec_after in spec_helper.sh.

Please note using shellspec_before and shellspec_after is undocumented. However, I think this usage is useful. I will fix it, and document it in the future.

from shellspec.

ko1nksm avatar ko1nksm commented on May 14, 2024

Fixed in 0.24.x and master branch. Would you please check if works?

from shellspec.

damienflament avatar damienflament commented on May 14, 2024

Fixed in 0.24.x.

Another error occurs on the master branch (not the 0.24.x). But it does not seems related to this bug. My CI builds can run now !

Thanks !

from shellspec.

ko1nksm avatar ko1nksm commented on May 14, 2024

Thank you for reporting. 0.24.2 has been released. And I also fixed another error on the master.

from shellspec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.