Remove useless message from runtest output.
authorAditya Mandaleeka <adityam@microsoft.com>
Mon, 27 Feb 2017 23:30:15 +0000 (15:30 -0800)
committerAditya Mandaleeka <adityam@microsoft.com>
Mon, 27 Feb 2017 23:30:15 +0000 (15:30 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/4eb8117881e49efa90530ea9425dd1a8c388bb9c

src/coreclr/tests/runtest.sh

index 9b83718..5070692 100755 (executable)
@@ -1218,7 +1218,6 @@ finish_remaining_tests
 
 print_results
 
-echo "constructing $dumplingsListPath"
 find . -type f -name "local_dumplings.txt" -exec cat {} \; > $dumplingsListPath
 
 if [ -s $dumplingsListPath ]; then