Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: runfiles path fixups to support site specific (e.g. google) imp… #819

Merged
merged 5 commits into from
Apr 24, 2017

Commits on Apr 22, 2017

  1. test: runfiles path fixups to support site specific (e.g. google) imp…

    …ort.
    
    * Access source files via {{ test_srcdir }} everywhere.
    
    * Define TEST_RUNDIR, use it to access source files in shell scripts, instead of futzing with
      $TEST_SRCDIR/$TEST_WORKSPACE.
    
    * Wrap sh_test/cc_tests with sh_test_wrapper.sh and provide the ability to override main for C++
      tests. This allows site specific customizations to the environment, e.g. overriding TEST_RUNDIR.
    
    * Allow TestEnvironment::exec to support Python execution via symlinks.
    
    * Some documentation in STYLE.md to capture the conventions.
    
    * Fix a port dependency in admin_test.
    htuch committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    d13bb4c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2017

  1. Configuration menu
    Copy the full SHA
    d2979ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f55edcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f47924 View commit details
    Browse the repository at this point in the history
  4. Documentation elaboration.

    htuch committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    b97813e View commit details
    Browse the repository at this point in the history