diff --git a/.gitignore b/.gitignore index 4a9ac68..4a361a2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ !/plugins !/devices !/config +!generate-pshell-plugin-testing-list.bat +!pshell-plugin-testing-list.zip script/Lib script/**/cachedir script/**/*.class diff --git a/generate-pshell-plugin-testing-list.bat b/generate-pshell-plugin-testing-list.bat new file mode 100644 index 0000000..2785645 --- /dev/null +++ b/generate-pshell-plugin-testing-list.bat @@ -0,0 +1,37 @@ +@echo off +set myvar= +set sources[0]=config\administrator.properties +set sources[1]=config\standard.properties +set sources[2]=config\plugins.properties + +set sources[3]=script\local.py +set sources[4]=script\tests\tests +set sources[5]=script\tests\devices +set sources[6]=script\tests\templates + +set sources[7]=plugins\ + +set zipfile=pshell-plugin-testing-list.zip + + +rm %zipfile% + +call :concat "C:\Program Files\7-Zip\7z.exe" +call :concat a +call :concat %zipfile% + +for /F "tokens=2 delims==" %%s in ('set sources[') do call :addfile %%s + +echo %myvar% +%myvar% + +goto :eof + +:addfile +call :concat %1 +call :concat %1* +goto :eof + +:concat +set myvar=%myvar% %1 +goto :eof \ No newline at end of file diff --git a/pshell-plugin-testing-list.zip b/pshell-plugin-testing-list.zip new file mode 100644 index 0000000..5af48a0 Binary files /dev/null and b/pshell-plugin-testing-list.zip differ diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 1a6c6aa..1fc17e4 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Fri Jan 15 13:09:38 CET 2016 +#Fri Jan 15 13:14:26 CET 2016 customPanel= showEnabledTestsOnly=true listFilter=LabTests2