Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levin Zimmermann
neoppod
Commits
4d0cd894
Commit
4d0cd894
authored
Oct 19, 2017
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! X neotest: Don't assume we are invoked from the directory where neotest is
parent
3918a997
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
go/neo/t/neotest
go/neo/t/neotest
+2
-2
No files found.
go/neo/t/neotest
View file @
4d0cd894
...
@@ -372,7 +372,7 @@ wczblk1_gen_data() {
...
@@ -372,7 +372,7 @@ wczblk1_gen_data() {
prod1_gen_data
()
{
prod1_gen_data
()
{
url
=
$1
url
=
$1
size
=
$2
size
=
$2
./
zgenprod1.py
$url
$size
zgenprod1.py
$url
$size
}
}
...
@@ -1208,7 +1208,7 @@ cpustat)
...
@@ -1208,7 +1208,7 @@ cpustat)
;;
;;
esac
esac
# make sure zhash*
and tsha1*
are on PATH (because we could be invoked from another dir)
# make sure zhash*
, tsha1* and zgenprod
are on PATH (because we could be invoked from another dir)
X
=
$(
cd
`
dirname
$0
`
&&
pwd
)
X
=
$(
cd
`
dirname
$0
`
&&
pwd
)
export
PATH
=
$X
:
$PATH
export
PATH
=
$X
:
$PATH
...
...
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