Skip to content

Commit a9c0814

Browse files
Need to mkdir ./target
tee runs before rustc, so it might not be there
1 parent c3a6e22 commit a9c0814

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ fail() {
1717
FAILURE=1
1818
}
1919

20+
mkdir -p ./target
21+
2022
# armv7r-none-eabi tests
2123
for binary in hello registers svc; do
2224
cargo run --target=armv7r-none-eabi --bin $binary | tee ./target/$binary-armv7r-none-eabi.out

0 commit comments

Comments
 (0)