Skip to content

Commit

Permalink
Meta: Remove existing test directories before copying new ones in
Browse files Browse the repository at this point in the history
Previously, we would end up with `js-tests/Tests` and `web-tests/Tests`
because the previous directories were already there.
  • Loading branch information
alimpfard authored and awesomekling committed May 4, 2021
1 parent 415fd4d commit 8449521
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Meta/build-root-filesystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ mkdir -p mnt/home/anon
mkdir -p mnt/home/anon/Desktop
mkdir -p mnt/home/anon/Downloads
mkdir -p mnt/home/nona
rm -fr mnt/home/anon/js-tests mnt/home/anon/web-tests
cp "$SERENITY_SOURCE_DIR"/README.md mnt/home/anon/
cp -r "$SERENITY_SOURCE_DIR"/Userland/Libraries/LibJS/Tests mnt/home/anon/js-tests
cp -r "$SERENITY_SOURCE_DIR"/Userland/Libraries/LibWeb/Tests mnt/home/anon/web-tests
Expand Down

0 comments on commit 8449521

Please sign in to comment.