We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.49.0
1 parent 90fadb4 commit f2cd45cCopy full SHA for f2cd45c
1 file changed
run.sh
@@ -43,9 +43,9 @@ fi
43
44
45
# Copying the RUST_PATH/tests/ui to GCCRS_PATH/gcc/testsuite/rust/rustc
46
-echo -e "Copying tests from $RUST_PATH/tests/ui to $GCCRS_PATH/gcc/testsuite/rust/rustc"
47
-cp -r "$RUST_PATH"/tests/ui "$GCCRS_PATH"/gcc/testsuite/rust/rustc
48
-echo -e "Copied $RUST_PATH/tests/ui tests to $GCCRS_PATH/gcc/testsuite/rust/rustc/ui"
+echo -e "Copying tests from $RUST_PATH/src/test/ui to $GCCRS_PATH/gcc/testsuite/rust/rustc"
+cp -r "$RUST_PATH"/src/test/ui "$GCCRS_PATH"/gcc/testsuite/rust/rustc
+echo -e "Copied $RUST_PATH/src/test/ui tests to $GCCRS_PATH/gcc/testsuite/rust/rustc/ui"
49
cd "$GCCRS_PATH"/gcc/testsuite/rust/rustc/ui
50
51
process_files() {
0 commit comments