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
OpenFlipper-Free
OpenFlipper
Commits
c90cbbfd
Commit
c90cbbfd
authored
Jul 19, 2017
by
Martin Schultz
Browse files
store ctest result to prevent it from being overwritten
parent
63f255f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/run_tests.sh
View file @
c90cbbfd
...
...
@@ -13,6 +13,7 @@ CTEST_BINARY=/opt/local/bin/ctest
fi
$CTEST_BINARY
-D
ExperimentalTest
--no-compress-output
ERRORLEVEL
=
$?
cp
Testing/
`
head
-n
1 Testing/TAG
`
/Test.xml CTestResults.xml
exit
$?
\ No newline at end of file
exit
$ERRORLEVEL
\ No newline at end of file
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