Browse Source

tests/semaphore.test.bash: match "DATA RACE"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
1be4f7526c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/semaphore.test.bash

+ 1 - 1
tests/semaphore.test.bash

@@ -22,4 +22,4 @@ docker run \
   gcr.io/etcd-development/etcd-test:go1.10.3 \
   /bin/bash -c "${TEST_OPTS} ./test 2>&1 | tee test-${TEST_SUFFIX}.log"
 
-! egrep "(--- FAIL:|panic: test timed out|appears to have leaked)" -B50 -A10 test-${TEST_SUFFIX}.log
+! egrep "(--- FAIL:|DATA RACE|panic: test timed out|appears to have leaked)" -B50 -A10 test-${TEST_SUFFIX}.log