Browse Source

chore(test): fix loom script not forwarding args

Eliza Weisman 3 years ago
parent
commit
974f51e02f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      bin/loom

+ 0 - 2
bin/loom

@@ -7,7 +7,5 @@ LOOM_LOG="${LOOM_LOG:-info}" \
 LOOM_MAX_PREEMPTIONS="${LOOM_MAX_PREEMPTIONS:-2}" \
 cargo test \
     --profile loom \
-    # All loom tests are lib tests; don't run integration or doctests
-    # (they can be run with the normal `cargo test` command).
     --lib \
     "$@"