mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(test) add FS_DIR
This commit is contained in:
parent
12efafc381
commit
7a6fb849b1
1 changed files with 5 additions and 4 deletions
|
|
@ -10,10 +10,11 @@
|
|||
HTMLDIR = main.HTMLDIR,
|
||||
files = main.files,
|
||||
|
||||
TEMPLATEPATH = HTMLDIR + 'file.html',
|
||||
LINK_TEMPLATE_PATH = HTMLDIR + 'link.html',
|
||||
PATHTEMPLATE_PATH = HTMLDIR + 'path.html',
|
||||
EXPECT_PATH = DIR + 'test/expect.html',
|
||||
FS_DIR = HTMLDIR + 'fs/',
|
||||
TEMPLATEPATH = FS_DIR + 'file.html',
|
||||
LINK_TEMPLATE_PATH = FS_DIR + 'link.html',
|
||||
PATHTEMPLATE_PATH = FS_DIR + 'path.html',
|
||||
EXPECT_PATH = DIR + 'test/expect.html',
|
||||
|
||||
Files = [TEMPLATEPATH, PATHTEMPLATE_PATH, LINK_TEMPLATE_PATH, EXPECT_PATH],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue