r92745 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r92744
|
r92745
|
r92746
>
Date:
12:14, 21 July 2011
Author:
hashar
Status:
ok
Tags:
Comment:
adds dumb target to the makefile, used to easily test node-qunit
Modified paths:
/branches/hashar/node-qunit/tests/qunit/Makefile
(modified) (
history
)
Diff
[
purge
]
Index: branches/hashar/node-qunit/tests/qunit/Makefile
—
—
@@ -1,8 +1,8 @@
2
2
test:
3
3
node launch.js
4
4
5
-debug:
6
- node debug launch.js
5
+dumb:
6
+ node dumb-launch.js
7
7
8
8
test-old:
9
9
node_modules/.bin/qunit \
Status & tagging log
03:04, 10 August 2011
😂
(
talk
|
contribs
)
changed the
status
of r92745
[
removed:
new
added:
ok]