From f863fabe6872fb6f1964000deb731bc21a617e03 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Mon, 1 Oct 2018 18:10:32 -0700 Subject: [PATCH] Fix for create MD file. --- tools/auto-tester/src/Test.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/auto-tester/src/Test.cpp b/tools/auto-tester/src/Test.cpp index e67c5ab65a..d77f91b77f 100644 --- a/tools/auto-tester/src/Test.cpp +++ b/tools/auto-tester/src/Test.cpp @@ -569,9 +569,6 @@ bool Test::createMDFile(const QString& directory) { QString testName = testScriptLines.title; stream << "# " << testName << "\n"; - // Find the relevant part of the path to the test (i.e. from "tests" down) - QString partialPath = extractPathFromTestsDown(_testsRootDirectory); - stream << "## Run this script URL: [Manual](./test.js?raw=true) [Auto](./testAuto.js?raw=true)(from menu/Edit/Open and Run scripts from URL...)." << "\n\n"; stream << "## Preconditions" << "\n";