From 18276a0d5e101cc67f1da900ff62ec9d0c0ea4e9 Mon Sep 17 00:00:00 2001 From: ozkanonur Date: Tue, 31 Jan 2023 20:13:45 +0300 Subject: [PATCH] save Signed-off-by: ozkanonur --- src/tests/compiletest.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tests/compiletest.md b/src/tests/compiletest.md index d6845fe74..5fc6ba809 100644 --- a/src/tests/compiletest.md +++ b/src/tests/compiletest.md @@ -25,7 +25,9 @@ test, and the [Running tests](running.md) chapter on how to run the test suite. Compiletest itself tries to avoid running tests when the artifacts -that are involved (mainly the compiler) haven't changed. +that are involved (mainly the compiler) haven't changed. You can use +`x test --test-args --force-rerun` to rerun a test even when none of the +inputs have changed. ## Test suites