Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Andrea Rachetta
hello-ci-lite
Commits
4e059f5f
Commit
4e059f5f
authored
Sep 07, 2016
by
Yushin Washio
Browse files
Makefile: test returns false if test fails
parent
edf67c55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
4e059f5f
...
...
@@ -10,6 +10,6 @@ clean:
test
:
if
[
"
`
./main.o
`
"
=
"Hello, World!"
]
;
\
then
echo test
succeeded
;
\
else
echo test
failed
;
\
then
echo test
succeeded
;
true
;
\
else
echo test
failed
;
false
;
\
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