Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
338b4806
Commit
338b4806
authored
Jan 13, 2018
by
Andreas Marek
Browse files
Fix error in test run script
parent
96543d13
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
run_ci_tests.sh
View file @
338b4806
...
...
@@ -78,13 +78,13 @@ while getopts "c:t:j:m:n:b:o:s:h" opt; do
esac
done
if
[
$skipStep
-eq
0]
if
[
$skipStep
-eq
0
]
then
echo
"Skipping the test since option -s has been specified"
exit
0
else
eval
./configure
$configureArgs
if
[
$?
-ne
0
]
;
then
cat
confi.log
&&
exit
1
;
fi
if
[
$?
-ne
0
]
;
then
cat
confi
g
.log
&&
exit
1
;
fi
make
-j
$makeTasks
if
[
$?
-ne
0
]
;
then
exit
1
;
fi
...
...
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