Skip to content
Snippets Groups Projects
Select Git revision
  • master-libyaml-test-suite
  • branch/default default protected
  • release/0.2.5
  • master
  • run-test-suite-2
  • master-2
  • release/test
  • testing
  • run-test-suite
  • perlpunk/fix-tag-chars
  • dist
  • packaging
  • release/0.2.4
  • run-test-suite-code
  • release/0.2.3
  • perlpunk/anchor-chars
  • release-0.1.8
  • run-test-suite-list
  • canonical-code-style
  • issue/10
20 results

default

Blame
    • Ingy döt Net's avatar
      a6c063a1f462
      Support a default environment · a6c063a1f462
      Ingy döt Net authored
      The env files were renamed to be more obvious.
      
      Now pin-* files are symlinks to env-* files.
      
      If a pinning can't be found using the current mainline commit, we
      use env/default default which is a symlink to the most recent.
      
      This will probably work most of the time.
      
      A big warning box will be printed showing what happened and where to get
      more info.
      
      To try this out:
      
        git checkout ingy.test-suite-support
        export LIBYAML_TEST_SUITE_RUN_BRANCH=run-test-suite-2
        ln -fs .makefile GNUmakefile
        make distclean
        make test-suite
      a6c063a1f462
      History
      Support a default environment
      Ingy döt Net authored
      The env files were renamed to be more obvious.
      
      Now pin-* files are symlinks to env-* files.
      
      If a pinning can't be found using the current mainline commit, we
      use env/default default which is a symlink to the most recent.
      
      This will probably work most of the time.
      
      A big warning box will be printed showing what happened and where to get
      more info.
      
      To try this out:
      
        git checkout ingy.test-suite-support
        export LIBYAML_TEST_SUITE_RUN_BRANCH=run-test-suite-2
        ln -fs .makefile GNUmakefile
        make distclean
        make test-suite