Skip to content

Commit

Permalink
Remove bisect.cmd, remove reference to missing dts, update usage (mic…
Browse files Browse the repository at this point in the history
  • Loading branch information
weswigham authored Sep 9, 2017
1 parent e51e91d commit dc8d47c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 34 deletions.
10 changes: 6 additions & 4 deletions scripts/bisect-test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/// <reference path="..\src\harness\external\node.d.ts" />

/**
* You should have ts-node installed globally before executing this, probably!
* Otherwise you'll need to compile this script before you start bisecting!
*/
import cp = require('child_process');
import fs = require('fs');

Expand Down Expand Up @@ -42,8 +44,8 @@ jake.on('close', jakeExitCode => {
});
} else {
console.log('Unknown command line arguments.');
console.log('Usage (compile errors): git bisect run scripts\bisect.js "foo.ts --module amd" compiles');
console.log('Usage (emit check): git bisect run scripts\bisect.js bar.ts emits bar.js "_this = this"');
console.log('Usage (compile errors): git bisect run ts-node scripts\bisect-test.ts "../failure.ts --module amd" !compiles');
console.log('Usage (emit check): git bisect run ts-node scripts\bisect-test.ts bar.ts emits bar.js "_this = this"');
// Aborts the 'git bisect run' process
process.exit(-1);
}
Expand Down
30 changes: 0 additions & 30 deletions scripts/bisect.cmd

This file was deleted.

0 comments on commit dc8d47c

Please sign in to comment.