Skip to content
Snippets Groups Projects
Commit 9e247dd3 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Test without failure

parent b8dfeb91
Branches master
No related tags found
No related merge requests found
Pipeline #765 passed with stages
in 32 seconds
......@@ -21,7 +21,7 @@ test:
- ls $DEVEL_DIR/foo
- set +e
- failed=0
- cat not_a_valid_file || failed=1
#- cat not_a_valid_file || failed=1
- cat $DEVEL_DIR/foo/bar
- set -e
- exit $failed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment