From 24a738c668000e18d3cd520901fe1fdb8f8c5967 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 25 Aug 2016 15:15:06 +0200 Subject: [PATCH] removed TRAVIS_OS_NAME --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playTests.sh b/tests/playTests.sh index 75b334ff4..a1893cd9b 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -36,7 +36,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then MD5SUM="md5 -r" fi -$ECHO "\nStarting playTests.sh isWindows=$isWindows TRAVIS_OS_NAME=$TRAVIS_OS_NAME" +$ECHO "\nStarting playTests.sh isWindows=$isWindows" [ -n "$ZSTD" ] || die "ZSTD variable must be defined!"