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
|
||||
/gzip
|
||||
/gunzip
|
||||
/run_tests.log
|
||||
/test_*
|
||||
tags
|
||||
cscope*
|
||||
|
2
Makefile
2
Makefile
@ -346,7 +346,7 @@ clean:
|
||||
.lib-cflags .prog-cflags
|
||||
|
||||
realclean: clean
|
||||
rm -f tags cscope* run_tests.log
|
||||
rm -f tags cscope*
|
||||
|
||||
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
|
||||
log_skip() {
|
||||
log "[WARNING, TEST SKIPPED]: $@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user