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 9e4136f commit 37f0b8eCopy full SHA for 37f0b8e
ci/test-remote.sh
@@ -45,7 +45,9 @@ cross_test_cpp() {
45
46
pushd "${td}"
47
retry cargo fetch
48
- "${CROSS}" run --target "${TARGET}"
+ "${CROSS}" run --target "${TARGET}" | grep "Hello, world!"
49
+ sed -i 's/Hello, world/Hello, test/g' hellopp.cc
50
+ "${CROSS}" run --target "${TARGET}" | grep "Hello, test!"
51
popd
52
53
rm -rf "${td}"
0 commit comments