question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Windows Installer and back-end tests are wrong!

See original GitHub issue

Changing directory on installOnWindows.bat file in lines 4 and 19 are wrong!

[Reason/Solution]: we need to go back one more directory to reach etherpad-lite root.

This line:

https://github.com/ether/etherpad-lite/blob/4d2839457a903d210e9790e43e0b353fa9e1eb6c/src/bin/installOnWindows.bat#L3-L4

Must change to:

cd /D "%~dp0..\.."

Also,

Github action flow on backend-tests.yml in lines 119 and 175 are wrong.

[Reason/Solution]:

These lines:

https://github.com/ether/etherpad-lite/blob/4d2839457a903d210e9790e43e0b353fa9e1eb6c/.github/workflows/backend-tests.yml#L118-L121

Must change to:

      - name: Install all dependencies and symlink for ep_etherpad-lite
        run: src/bin/installOnWindows.bat

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rhansencommented, Sep 28, 2021

Fixed by #5205.

0reactions
HMarzbancommented, Sep 28, 2021

Sure

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to troubleshoot Windows Installer errors - Microsoft Support
Right-click Windows Installer, and then click Properties. If the Startup type box is set to Disabled, change it to Manual. Click OK to...
Read more >
6 Common Test Automation Mistakes And How To Avoid Them
Success in software test automation is less about getting it right and more about avoiding mistakes. Here are six common errors and how...
Read more >
The Installer Testing Guide
The first step to take is to check if the MSI installer is digitally signed. This can be easily done by right-clicking on...
Read more >
No test found. Make sure that installed test discoverers ...
34 Answers 34 · Install Nunit and NUnitTestAdapter latest version from NUGET package. · Go to -> Test -> Test Settings -> Default...
Read more >
Django Tutorial Part 10: Testing a Django web application
The test methods are run independently, with common setup and/or tear-down behavior defined in the class, as shown below. class YourTestClass( ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found