Skip to content

Commit 37f0b8e

Browse files
committed
ensure remote copy works
1 parent 9e4136f commit 37f0b8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/test-remote.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ cross_test_cpp() {
4545

4646
pushd "${td}"
4747
retry cargo fetch
48-
"${CROSS}" run --target "${TARGET}"
48+
"${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!"
4951
popd
5052

5153
rm -rf "${td}"

0 commit comments

Comments
 (0)