mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This might be overboard as it adds some additional code but the regex off the screen was midly unpleasant. One additional benefit to this is that you could have a list of excluded tests stored in a separate file and use: ``` ADDL_SELF_TEST_EXCLUDE="$(cat addl_tests.txt)" ``` (note the importance of double quotes to preserve newlines)