Skip to content

Commit

Permalink
change copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
phartenfeller committed May 25, 2021
1 parent 1721a23 commit 8cd1208
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ function show_help() {
if [[ -d "/tests/" ]]; then
echo "Mounted directory has been found."

cp -a /tests/. /codecept
[ -d "/tests/output" ] || mkdir /tests/output

cp -r /tests/* /codecept/

[ -d "/codecept/output" ] || mkdir /codecept/output

Expand Down

0 comments on commit 8cd1208

Please sign in to comment.