Skip to content

Tests fail if building inside of source #66

Description

@cwschilly

If you have your build directory as a subdirectory of the pressio-tutorials repo (not encouraged, but not the end of the world), the tests all fail because of a safeguard in the Python scripts to make sure they're being called from the build directory:

  if is_git_repo(workDirFullPath):
    print("you cannot run this script from the tutorials repo!")
    sys.exit(23)

This is_git_repo check is too strong. We should find a different way to confirm that we're in the build directory.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions