1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Removed directory check from install script.

This commit is contained in:
Joe R 2022-03-02 22:20:02 -05:00
parent 9d303d265d
commit bd825ad348

View file

@ -19,8 +19,7 @@ def main():
def _make_test(make_exe):
subprocess.check_call([make_exe, "test", "rules"])
if os.getCwd().endswith("scripts"):
os.chdir('../')
os.chdir('../')
try:
_make_test("gmake")