We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9d750 commit 27a9dfbCopy full SHA for 27a9dfb
Makefile
@@ -60,10 +60,11 @@ remake-ui-tests:
60
# This will run without saving source files. Run the script manually to do this.
61
bash tests/ui/remake_ui_tests.sh "$$RUST_DIR_ROOT"
62
63
+test-ui: VERBOSE=0
64
test-ui:
65
# Check if RUST_DIR_ROOT is set
66
if [ -z "$$RUST_DIR_ROOT" ]; then \
67
echo "Error: RUST_DIR_ROOT is not set. Please set it to the absolute path to rust compiler checkout."; \
68
exit 1; \
69
fi
- bash tests/ui/run_ui_tests.sh "$$RUST_DIR_ROOT" "$$VERBOSE"
70
+ bash tests/ui/run_ui_tests.sh "$$RUST_DIR_ROOT" "${VERBOSE}"
0 commit comments