Fix for create MD file.

This commit is contained in:
NissimHadar 2018-10-01 18:10:32 -07:00
parent b0dee3a802
commit f863fabe68

View file

@ -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";