Skip to content

Commit

Permalink
remove error message dir
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <[email protected]>
  • Loading branch information
wyli committed Oct 10, 2023
1 parent f2ba40c commit 9747510
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function print_usage {
echo " -c, --clean : clean temporary files from tests and exit"
echo " -h, --help : show this help message and exit"
echo " -v, --version : show MONAI and system version information and exit"
echo " -p, --path : specify the path used for formatting"
echo " -p, --path : specify the path used for formatting, default is the current dir if unspecified"
echo " --formatfix : format code using \"isort\" and \"black\" for user specified directories"
echo ""
echo "${separator}For bug reports and feature requests, please file an issue at:"
Expand Down Expand Up @@ -359,10 +359,9 @@ if [ -e "$testdir" ]
then
homedir=$testdir
else
print_error_msg "Incorrect path: $testdir provided, run under $currentdir"
homedir=$currentdir
fi
echo "run tests under $homedir"
echo "Run tests under $homedir"
cd "$homedir"

# python path
Expand Down

0 comments on commit 9747510

Please sign in to comment.