oops, overcleaned
This commit is contained in:
parent
7742d5cd21
commit
4fbbcebacd
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ const fs = require('fs')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
const spawn = require('child_process').spawn
|
const spawn = require('child_process').spawn
|
||||||
|
|
||||||
|
const projectRoot = path.normalize(path.join(__dirname, '..'))
|
||||||
const outputLog = path.join(projectRoot, '.test-failures.log')
|
const outputLog = path.join(projectRoot, '.test-failures.log')
|
||||||
|
|
||||||
// Start with a fresh output log on each run.
|
// Start with a fresh output log on each run.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue