Startup
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
!/plugins
|
||||
!/devices
|
||||
!/config
|
||||
!generate-pshell-plugin-testing-list.bat
|
||||
!pshell-plugin-testing-list.zip
|
||||
script/Lib
|
||||
script/**/cachedir
|
||||
script/**/*.class
|
||||
|
||||
@@ -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
|
||||
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user