"tools/python/vscode:/vscode.git/clone" did not exist on "312157ab18ea4ea7dc9b23c7209c4dee83f9fcab"
task_unit_test.bat 298 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@ECHO OFF
SETLOCAL EnableDelayedExpansion

IF x%1x==xx (
	ECHO Specify backend
	EXIT /B 1
) ELSE (
	SET BACKEND=%1
)

python -m nose -v --with-xunit tests || EXIT /B 1
python -m nose -v --with-xunit tests\!BACKEND! || EXIT /B 1
python -m nose -v --with-xunit tests\graph_index || EXIT /B 1
EXIT /B