Properly skip tests in packages directories.
diff --git a/pkgs/glob/.status b/pkgs/glob/.status index fd4a49e..28a4a30 100644 --- a/pkgs/glob/.status +++ b/pkgs/glob/.status
@@ -3,7 +3,12 @@ # BSD-style license that can be found in the LICENSE file. # Skip non-test files ending with "_test". +packages/*: Skip */packages/*: Skip +*/*/packages/*: Skip +*/*/*/packages/*: Skip +*/*/*/*packages/*: Skip +*/*/*/*/*packages/*: Skip # Only run tests from the build directory, since we don't care about the # difference between transformed an untransformed code.