Skip to content

Commit

Permalink
explicit mkdir /opt/db
Browse files Browse the repository at this point in the history
  • Loading branch information
dmou committed Sep 20, 2024
1 parent ef4693c commit b84a86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup-parallel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "--"

rm -rf /tmp/cache /tmp/cache1 /tmp/cache2 /tmp/cache3
mkdir -p /tmp/cache /tmp/cache1 /tmp/cache2 /tmp/cache3
cp db/schema.rb /opt/db/
mkdir -p /opt/db

echo `pwd`
echo "-------------------------------------------------------------------------"
Expand Down

0 comments on commit b84a86e

Please sign in to comment.