mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 05:48:39 +02:00
Fix for create MD file.
This commit is contained in:
parent
b0dee3a802
commit
f863fabe68
1 changed files with 0 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue