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
Sebastian Ohlmann
elpa
Commits
7aa770b2
Commit
7aa770b2
authored
Oct 08, 2019
by
Andreas Marek
Browse files
Gitlab CI: fix script error
parent
1872f44b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ci_test_scripts/run_ci_tests.sh
View file @
7aa770b2
...
...
@@ -206,13 +206,10 @@ then
fi
fi
#if [ $exitCode -ne 0 ]
#then
if
[
-f
./test-suite.log
]
then
cat
./test-suite.log
fi
#fi
exit
$exitCode
...
...
ci_test_scripts/run_distcheck_tests.sh
View file @
7aa770b2
...
...
@@ -145,20 +145,15 @@ then
cat
./ELPA_CI.out.
*
#if [ $exitCode -ne 0 ]
#then
cat
./ELPA_CI.err.
*
cat
./ELPA_CI.err.
*
#fi
if
[
-f
./test-suite.log
]
then
cat
./test-suite.log
fi
fi
#
if [
$exitCode -ne 0
]
#
then
if
[
-f
./test-suite.log
]
then
cat
./test-suite.log
#fi
fi
exit
$exitCode
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