Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Iker Martín Álvarez
Proteo
Commits
a74ee030
Commit
a74ee030
authored
Mar 09, 2023
by
iker_martin
Browse files
Minor changes to exec scripts
parent
cb048c77
Changes
2
Hide whitespace changes
Inline
Side-by-side
Exec/generalRun.sh
View file @
a74ee030
...
...
@@ -28,7 +28,7 @@ configFile=$2
use_extrae
=
$3
outFileIndex
=
$4
qty
=
1
if
[
$#
-g
e
6
]
if
[
$#
-g
t
5
]
then
qty
=
$5
fi
...
...
Exec/generalRunCostum.sh
View file @
a74ee030
#!/bin/bash
#This script should only be called by others scripts, do not call it directly
codeDir
=
"/Codes/build"
execDir
=
"/Exec"
ResultsDir
=
"/Results"
echo
"START TEST"
...
...
@@ -24,17 +26,17 @@ use_extrae=0
outFileIndex
=
0
qty
=
1
if
[
$#
-g
e
4
]
if
[
$#
-g
t
3
]
then
use_extrae
=
$3
fi
if
[
$#
-g
e
5
]
if
[
$#
-g
t
4
]
then
outFileIndex
=
$4
fi
if
[
$#
-g
e
6
]
if
[
$#
-g
t
5
]
then
qty
=
$5
fi
...
...
Write
Preview
Supports
Markdown
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