1
0

Minor test adjustments

This commit is contained in:
Bán Dénes 2021-12-18 19:53:33 +01:00
parent 0ed29e7e1d
commit 9ee099b16c
3 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ for (let w of cli_what) {
this.timeout(120000)
this.slow(120000)
for (const t of glob.sync(path.join(__dirname, w))) {
it(cap(path.basename(t).split('_').join(' ')), function() {
it(path.basename(t).split('_').join(' '), function() {
const command = read(t, 'command')
const output_path = exists(t, 'path') ? read(t, 'path') : 'output'
fs.removeSync(output_path)