Преглед изворни кода

chore(test): fix loom script not forwarding args

Eliza Weisman пре 3 година
родитељ
комит
974f51e02f
1 измењених фајлова са 0 додато и 2 уклоњено
  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 \
     "$@"