Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
6a01990f
Unverified
Commit
6a01990f
authored
Dec 06, 2023
by
F-WRunTime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing path, dirname stripped a necessary folder
parent
5ea5ef2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
run-kontrol.sh
...ges/contracts-bedrock/test/kontrol/kontrol/run-kontrol.sh
+2
-2
No files found.
packages/contracts-bedrock/test/kontrol/kontrol/run-kontrol.sh
View file @
6a01990f
#!/bin/bash
#!/bin/bash
set
-eu
x
o
pipefail
set
-euo
pipefail
#####################
#####################
# Support Functions #
# Support Functions #
...
@@ -19,7 +19,7 @@ notif "Script Home: $SCRIPT_HOME"
...
@@ -19,7 +19,7 @@ notif "Script Home: $SCRIPT_HOME"
blank_line
blank_line
# Set Run Directory <root>/packages/contracts-bedrock
# Set Run Directory <root>/packages/contracts-bedrock
RUN_DIR
=
"
$(
cd
"
$(
dirname
"
$SCRIPT_HOME
/../../.."
)
"
>
/dev/null 2>&1
&&
pwd
)
"
RUN_DIR
=
"
$(
cd
$SCRIPT_HOME
/../../..
>
/dev/null 2>&1
&&
pwd
)
"
notif
"Run Directory:
$RUN_DIR
"
notif
"Run Directory:
$RUN_DIR
"
blank_line
blank_line
...
...
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