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 parent 8d2b2ee commit f40fd4bCopy full SHA for f40fd4b
src/test/run-make/thumb-none-qemu/script.sh
@@ -8,6 +8,7 @@ pushd $WORK_DIR
8
rm -rf $CRATE || echo OK
9
cp -a $HERE/example .
10
pushd $CRATE
11
- $CARGO run --target $TARGET
+ $CARGO run --target $TARGET | grep "x = 42"
12
+ $CARGO run --target $TARGET --release | grep "x = 42"
13
popd
14
0 commit comments