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 e979589 commit 6a61470Copy full SHA for 6a61470
travis.sh
@@ -26,7 +26,7 @@ echo "Test host architecture"
26
run_tests
27
echo
28
29
-if [ -n "$FOREIGN_TARGET" ]; then
+if [ -n "${FOREIGN_TARGET+exists}" ]; then
30
echo "Test foreign architecture ($FOREIGN_TARGET)"
31
MIRI_TEST_TARGET="$FOREIGN_TARGET" run_tests
32
0 commit comments