Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
juchiast committed Nov 6, 2023
1 parent ab4988a commit 20c2020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_wasm_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TARGET_DIR="$PWD/target/"
for d in ./crates/space-wasm/tests/* ; do
if [ -d "$d" ]; then
pushd "$d" > /dev/null
if ! [ -d "target/" ] && [ "$1" = "sub" ]; then
if ! [ -d "target/" ] && [ "${1-}" = "sub" ]; then
btrfs subvolume create target/
fi
cargo build --release --quiet
Expand Down

0 comments on commit 20c2020

Please sign in to comment.