document.write('<link rel="stylesheet" href="http://gist.github.com/stylesheets/gist/embed.css"/>')





document.write('<div id=\"gist-79611\" class=\"gist\">\n  \n  \n    \n            \n\n      <div class=\"gist-file\">\n        <div class=\"gist-data gist-syntax\">\n          \n          \n          \n            <div class=\"gist-highlight\"><pre><div class=\"line\" id=\"LC1\"># Run as: ALL=true autotest\n<\/div><div class=\"line\" id=\"LC2\"># or just: autotest\n<\/div><div class=\"line\" id=\"LC3\"># Excludes some tests from running unless you set ALL=true in the environment\n<\/div><div class=\"line\" id=\"LC4\">&nbsp;<\/div><div class=\"line\" id=\"LC5\">Autotest.add_hook :run do |autotest|\n<\/div><div class=\"line\" id=\"LC6\">&nbsp;&nbsp;if ENV[\'ALL\'] == \'true\'\n<\/div><div class=\"line\" id=\"LC7\">&nbsp;&nbsp;&nbsp;&nbsp;puts &quot;\\nRunning tests with all test files.\\n\\n&quot;\n<\/div><div class=\"line\" id=\"LC8\">&nbsp;&nbsp;else\n<\/div><div class=\"line\" id=\"LC9\">&nbsp;&nbsp;&nbsp;&nbsp;puts &quot;\\nRunning tests without all the test files. Run tests with ALL=true to run all tests.\\n\\n&quot;\n<\/div><div class=\"line\" id=\"LC10\">&nbsp;&nbsp;&nbsp;&nbsp;regex = /path\\/to\\/exclude/\n<\/div><div class=\"line\" id=\"LC11\">&nbsp;&nbsp;&nbsp;&nbsp;autotest.add_exception(regex)\n<\/div><div class=\"line\" id=\"LC12\">&nbsp;&nbsp;end\n<\/div><div class=\"line\" id=\"LC13\">end\n<\/div><div class=\"line\" id=\"LC14\">&nbsp;<\/div><\/pre><\/div>\n        \n        <\/div>\n\n        <div class=\"gist-meta\">\n          <a href=\"http://gist.github.com/raw/79611/67b8fde5a1bf83464e2598db4d7ee7c51f60f0f5/.autotest\" style=\"float:right;\">view raw<\/a>\n          <a href=\"http://gist.github.com/79611#file_.autotest\" style=\"float:right;margin-right:10px;color:#666\">.autotest<\/a>\n          <a href=\"http://gist.github.com/79611\">This Gist<\/a> brought to you by <a href=\"http://github.com\">GitHub<\/a>.\n        <\/div>\n      <\/div>\n    \n  \n<\/div>\n')
