Skip to content

Commit

Permalink
remove unused change_dir from run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming authored Dec 6, 2023
1 parent 84bead8 commit bde57cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import easybuild.tools.utilities
from easybuild.tools.build_log import EasyBuildError, init_logging, stop_logging
from easybuild.tools.config import update_build_option
from easybuild.tools.filetools import adjust_permissions, change_dir, mkdir, read_file, write_file
from easybuild.tools.filetools import adjust_permissions, mkdir, read_file, write_file
from easybuild.tools.run import check_async_cmd, check_log_for_errors, complete_cmd, get_output_from_process
from easybuild.tools.run import parse_log_for_error, run_cmd, run_cmd_qa
from easybuild.tools.config import ERROR, IGNORE, WARN
Expand Down

0 comments on commit bde57cf

Please sign in to comment.