-node => -ansii-to-html
This commit is contained in:
parent
4038c96773
commit
c2486fd19a
6 changed files with 4 additions and 16 deletions
|
|
@ -20,10 +20,10 @@ include $(MAKEFILE_DIR)/dnx.mk
|
|||
$(BINTARGET): project.lock.json ../Yavsc/bin/$(CONFIGURATION)/dnx451/Yavsc.dll ../Yavsc.Abstract/bin/$(CONFIGURATION)/dnx451/Yavsc.Abstract.dll ../Yavsc.Server/bin/$(CONFIGURATION)/dnx451/Yavsc.Server.dll
|
||||
dnu build --configuration $(CONFIGURATION)
|
||||
|
||||
non-regression: $(BINTARGET) node_modules/ansi-to-html
|
||||
non-regression: $(BINTARGET)
|
||||
ASPNET_ENV=Development dnx test -maxthreads 1 -trait regression=non
|
||||
|
||||
regression: $(BINTARGET) node_modules/ansi-to-html
|
||||
regression: $(BINTARGET)
|
||||
ASPNET_ENV=Development dnx test -maxthreads 1 -trait regression=oui
|
||||
|
||||
test: non-regression
|
||||
|
|
@ -31,9 +31,6 @@ test: non-regression
|
|||
testdev: $(BINTARGET)
|
||||
ASPNET_ENV=Development dnx test -maxthreads 1 -trait dev=wip
|
||||
|
||||
node_modules/ansi-to-html:
|
||||
npm install ansi-to-html
|
||||
|
||||
clean:
|
||||
rm -rf bin obj testingrepo
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ namespace test
|
|||
[Trait("regression", "oui")]
|
||||
public class NodeTests
|
||||
{
|
||||
[Fact]
|
||||
void TestNodeJsForAnsitohtml ()
|
||||
{
|
||||
var procStart = new ProcessStartInfo("node", "node_modules/ansi-to-html/bin/ansi-to-html")
|
||||
|
|
@ -32,7 +31,6 @@ namespace test
|
|||
}
|
||||
}
|
||||
|
||||
[Fact]
|
||||
void AnsiToHtml()
|
||||
{
|
||||
var procStart = new ProcessStartInfo("ls", "-l --color=always")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue