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:
parent
9d303d265d
commit
bd825ad348
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ def main():
|
||||||
def _make_test(make_exe):
|
def _make_test(make_exe):
|
||||||
subprocess.check_call([make_exe, "test", "rules"])
|
subprocess.check_call([make_exe, "test", "rules"])
|
||||||
|
|
||||||
if os.getCwd().endswith("scripts"):
|
os.chdir('../')
|
||||||
os.chdir('../')
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
_make_test("gmake")
|
_make_test("gmake")
|
||||||
|
|
Loading…
Add table
Reference in a new issue