Update test name in randomized-test-minimize script
This commit is contained in:
parent
b75e69d31b
commit
ed2aed4f93
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@ const CARGO_TEST_ARGS = [
|
||||||
'--release',
|
'--release',
|
||||||
'--lib',
|
'--lib',
|
||||||
'--package', 'collab',
|
'--package', 'collab',
|
||||||
'random_collaboration',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if (require.main === module) {
|
if (require.main === module) {
|
||||||
|
@ -99,7 +98,7 @@ function buildTests() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function runTests(env) {
|
function runTests(env) {
|
||||||
const {status, stdout} = spawnSync('cargo', ['test', ...CARGO_TEST_ARGS], {
|
const {status, stdout} = spawnSync('cargo', ['test', ...CARGO_TEST_ARGS, 'random_project_collaboration'], {
|
||||||
stdio: 'pipe',
|
stdio: 'pipe',
|
||||||
encoding: 'utf8',
|
encoding: 'utf8',
|
||||||
env: {
|
env: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue