Skip to content

Fix #33

André Anjos requested to merge test-stdout-issue-33 into master

This MR fixes #33 (closed) in each one of the tests is not being properly executed. The original script was executable, but changes in conda installation probably made those not executable anymore, in the location they were (within a library).

  • Change mode of test scripts to 0644
  • Remove shebang from scripts to indicate they are not auto-executable scripts
  • Properly call the test prefixing it with "bash"
Edited by André Anjos

Merge request reports