about summary refs log tree commit diff
path: root/tests/run-make/exit-code
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2024-08-15 14:44:48 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2024-08-15 15:44:29 +0200
commitd562a4a5108d0b67ba2a648530aab2b15224a615 (patch)
tree922040591251126bdbf26b7d3e98434d2e32c1c2 /tests/run-make/exit-code
parenta19a8f8e52364b4ce5ade2899b57260dd347c93c (diff)
downloadrust-d562a4a5108d0b67ba2a648530aab2b15224a615.tar.gz
rust-d562a4a5108d0b67ba2a648530aab2b15224a615.zip
About rmake tests
Diffstat (limited to 'tests/run-make/exit-code')
-rw-r--r--tests/run-make/exit-code/rmake.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/exit-code/rmake.rs b/tests/run-make/exit-code/rmake.rs
index f290554831d..d3dcc04428c 100644
--- a/tests/run-make/exit-code/rmake.rs
+++ b/tests/run-make/exit-code/rmake.rs
@@ -16,7 +16,7 @@ fn main() {
         .run_fail()
         .assert_exit_code(101);
 
-    rustdoc().arg("success.rs").output("exit-code").run();
+    rustdoc().arg("success.rs").out_dir("exit-code").run();
 
     rustdoc().arg("--invalid-arg-foo").run_fail().assert_exit_code(1);