From ef6e90fb3cc056ed4cf05f8d15d242025ac62037 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sat, 13 Aug 2016 11:43:13 +0100 Subject: [PATCH] Correct dist name logging in packaging test script --- packaging/test-linux-x64.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/test-linux-x64.sh b/packaging/test-linux-x64.sh index 04f4bb40..e9f49d89 100755 --- a/packaging/test-linux-x64.sh +++ b/packaging/test-linux-x64.sh @@ -23,15 +23,15 @@ done # Centos 7 echo "Testing centos7..." if docker run -i -t --rm -v $PWD:/v -e "NODE_ENV=development" nodesource/centos7:$version_node >packaging/$dist.log 2>&1 sh -c "cd /v; $test"; -then echo "$dist OK" -else echo "$dist fail" && cat packaging/$dist.log +then echo "centos7 OK" +else echo "centos7 fail" && cat packaging/$dist.log fi # Fedora 22 echo "Testing fedora22..." if docker run -i -t --rm -v $PWD:/v -e "NODE_ENV=development" nodesource/fedora22:$version_node >packaging/$dist.log 2>&1 sh -c "cd /v; $test"; -then echo "$dist OK" -else echo "$dist fail" && cat packaging/$dist.log +then echo "fedora22 OK" +else echo "fedora22 fail" && cat packaging/$dist.log fi # openSUSE 13.2