mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Fix a bug in fixing a bug in out-of-tree test-dumpevents
This commit is contained in:
parent
b48c7bf8a6
commit
9e3a99cad7
@ -82,7 +82,7 @@ run_tests () {
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
announce_n " test-dumpevents: "
|
announce_n " test-dumpevents: "
|
||||||
if python2 -c 'import sys; assert(sys.version_info >= (2, 4))' 2>/dev/null && -f $TEST_SRC_DIR/check-dumpevents; then
|
if python2 -c 'import sys; assert(sys.version_info >= (2, 4))' 2>/dev/null && test -f $TEST_SRC_DIR/check-dumpevents.py; then
|
||||||
if $TEST_DIR/test-dumpevents | python2 $TEST_SRC_DIR/check-dumpevents.py >> "$TEST_OUTPUT_FILE" ;
|
if $TEST_DIR/test-dumpevents | python2 $TEST_SRC_DIR/check-dumpevents.py >> "$TEST_OUTPUT_FILE" ;
|
||||||
then
|
then
|
||||||
announce OKAY ;
|
announce OKAY ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user