]> git.lizzy.rs Git - rust.git/blob - test.sh
Fix even more URLs
[rust.git] / test.sh
1 #!/bin/bash
2 set -e
3
4 export RUSTFLAGS="-Zrun_dsymutil=no"
5
6 ./build.sh --without-sysroot $@
7
8 rm -r target/out || true
9
10 scripts/tests.sh no_sysroot
11
12 ./build.sh $@
13
14 scripts/tests.sh base_sysroot
15 scripts/tests.sh extended_sysroot