Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
b7d1a5e2
Commit
b7d1a5e2
authored
Jun 30, 2017
by
Maxime Perrotin
Browse files
Fix missing definitions
parent
f4d23a3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/helper-scripts/taste-edit-project
View file @
b7d1a5e2
#!/bin/bash
if
[
-t
0
]
;
then
if
[
-t
0
]
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
COLOROFF
=
"
\e
[0m"
...
...
@@ -10,6 +11,8 @@ else
COLOROFF
=
""
fi
INFO
=
"
${
COLORON
}
[INFO]
${
COLOROFF
}
"
ERROR
=
"
${
REDCOLORON
}
[ERROR]
${
COLOROFF
}
"
if
[
-f
InterfaceView.aadl
]
then
...
...
@@ -57,5 +60,9 @@ do
FIRST
=
0
done
# echo TASTE $EXTRA_CMD --data-view DataView.aadl --load-deployment-view DeploymentView.aadl
echo
-e
"
${
INFO
}
Running
TASTE
$EXTRA_CMD
--data-view DataView.aadl
--load-deployment-view DeploymentView.aadl
"
TASTE
$EXTRA_CMD
--data-view
DataView.aadl
--load-deployment-view
DeploymentView.aadl
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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