From 2a603a63275ce4148a062b1f5433de14fdace768 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Wed, 25 May 2016 15:36:09 -0400 Subject: [PATCH] tests.sh: add NIT_TESTING_ID with the same semantic than with nitunit Signed-off-by: Jean Privat --- tests/tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tests.sh b/tests/tests.sh index 84ba34a..d11c60a 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -21,6 +21,8 @@ export LANG=C export LC_ALL=C export NIT_TESTING=true +# Use the pid as a collision prevention +export NIT_TESTING_ID=$$ export NIT_SRAND=0 unset NIT_DIR -- 1.7.9.5