mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-04 02:06:31 -04:00
scripts/run_tests.sh: stop auto-logging to run_tests.log
This isn't useful for CI testing, which collects stdout instead. Just remove the automatic log file for now.
This commit is contained in:
parent
c583b0a70c
commit
cdd71f52f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,7 +17,6 @@
|
|||||||
/checksum
|
/checksum
|
||||||
/gzip
|
/gzip
|
||||||
/gunzip
|
/gunzip
|
||||||
/run_tests.log
|
|
||||||
/test_*
|
/test_*
|
||||||
tags
|
tags
|
||||||
cscope*
|
cscope*
|
||||||
|
2
Makefile
2
Makefile
@ -346,7 +346,7 @@ clean:
|
|||||||
.lib-cflags .prog-cflags
|
.lib-cflags .prog-cflags
|
||||||
|
|
||||||
realclean: clean
|
realclean: clean
|
||||||
rm -f tags cscope* run_tests.log
|
rm -f tags cscope*
|
||||||
|
|
||||||
FORCE:
|
FORCE:
|
||||||
|
|
||||||
|
@ -47,10 +47,6 @@ SANITIZE_CFLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer"
|
|||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
rm -f run_tests.log
|
|
||||||
exec > >(tee -ia run_tests.log)
|
|
||||||
exec 2> >(tee -ia run_tests.log >&2)
|
|
||||||
|
|
||||||
TESTS_SKIPPED=0
|
TESTS_SKIPPED=0
|
||||||
log_skip() {
|
log_skip() {
|
||||||
log "[WARNING, TEST SKIPPED]: $@"
|
log "[WARNING, TEST SKIPPED]: $@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user