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 e02a059 commit 7768942Copy full SHA for 7768942
pglite/cibuild.sh
@@ -28,10 +28,9 @@ export WASI=${WASI:-false}
28
# exit on error
29
EOE=false
30
31
-output=$(./cibuild/sdk.sh)
32
-echo "sdk.sh output: $output"
+./cibuild/sdk.sh
33
34
-if [ "$output" ]; then
+if [ $? -eq 0 ]; then
35
echo "sdk check passed (emscripten)"
36
else
37
echo "sdk failed"
0 commit comments