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 5991932 commit 713d3b0Copy full SHA for 713d3b0
test/issue895-local-configuration.sh
@@ -61,7 +61,7 @@ fi
61
rm ../etc/dub/settings.json
62
echo "Empty file named ldc2." > ../bin/ldc2
63
64
-if ! { ${DUB} describe --single issue103-single-file-package.d 2>&1 || true; } | grep -cF "Failed to invoke the compiler $(dirname $CURR_DIR)/bin/ldc2 to determine the build platform"; then
+if ! { ${DUB} describe --single issue103-single-file-package.d 2>&1 || true; } | grep -cF "Failed to execute '$(dirname $CURR_DIR)/bin/ldc2'"; then
65
rm ../bin/ldc2
66
die $LINENO 'DUB did not find ldc2 adjacent to it.'
67
fi
0 commit comments