File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 3333fi
3434
3535if [ " ${TEST_UNC:- } " = " 1" ]; then
36- function run() {
37- cmd.exe /c cargo build --manifest-path " testcrate\\ Cargo.toml" --target $target --target-dir " \\\\ ?\\ %TEMP%\\ test_unc" " $@ "
38- }
39- run
40- run --release
41- run --features c
42- run --features c --release
43- run --features no-asm
44- run --features no-asm --release
45- run --features no-f16-f128
46- run --features no-f16-f128 --release
36+ path=$( cmd.exe " /C echo \\\\ ?\\ %cd%\\ testcrate\\ target_unc" )
37+ run=" cargo test --manifest-path testcrate/Cargo.toml --target $target --target-dir $path "
38+ $run
39+ $run --release
40+ $run --features c
41+ $run --features c --release
42+ $run --features no-asm
43+ $run --features no-asm --release
44+ $run --features no-f16-f128
45+ $run --features no-f16-f128 --release
4746fi
4847
4948if [ -d /builtins-target ]; then
You can’t perform that action at this time.
0 commit comments