Skip to content

Commit 574f714

Browse files
committed
test: move debugger repl into own section
1 parent 6cc95b0 commit 574f714

12 files changed

+18
-2
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ test-pummel: all
131131
test-internet: all
132132
$(PYTHON) tools/test.py internet
133133

134+
test-debugger: all
135+
$(PYTHON) tools/test.py debugger
136+
134137
test-npm: node
135138
./node deps/npm/test/run.js
136139

File renamed without changes.

test/pummel/test-debugger-repl-break-in-module.js renamed to test/debugger/test-debugger-repl-break-in-module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2020
// USE OR OTHER DEALINGS IN THE SOFTWARE.
2121

22-
var repl = require('../simple/helper-debugger-repl.js');
22+
var repl = require('./helper-debugger-repl.js');
2323

2424
repl.startDebugger('break-in-module/main.js');
2525

File renamed without changes.

0 commit comments

Comments
 (0)