Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
officejs
Commits
9072d06c
Commit
9072d06c
authored
Nov 07, 2013
by
Thibaut Frain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding binary phantomjs to exec tests in erp5
parent
2b7283b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
test/phantomjs
test/phantomjs
+0
-0
test_launcher_for_officejs/tests/testOfficeJS.py
test_launcher_for_officejs/tests/testOfficeJS.py
+1
-1
No files found.
test/phantomjs
0 → 100755
View file @
9072d06c
File added
test_launcher_for_officejs/tests/testOfficeJS.py
View file @
9072d06c
...
...
@@ -15,7 +15,7 @@ class OFFICEJSTest(TestCase):
"""
root_directory
=
__file__
[
0
:
-
len
(
"/test_launcher_for_officejs/tests/testOfficeJS.py"
)]
command
=
[
"%s %s %s; exit 0"
%
(
'%s/
node_modules/.bin
/phantomjs'
%
root_directory
,
'%s/
test
/phantomjs'
%
root_directory
,
'%s/test/run-qunit.js'
%
root_directory
,
'%s/test/officejs.html'
%
root_directory
)]
print
command
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment