Skip to content

Commit

Permalink
Fix test.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
amad-person committed Apr 11, 2019
1 parent ca1fb8b commit 93cb7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for %%a in (%sites_convert%) do (

node ../../index.js build %%a\non_markbind_site

xcopy %%a\non_markbind_site\_site %%a /i
xcopy /i /q %%a\non_markbind_site\_site %%a\_site

node testUtil/test.js %%a

Expand Down

0 comments on commit 93cb7e4

Please sign in to comment.