]> Repositorios git - scryer-prolog.git/commitdiff
pass -f to scryer-prolog in cargo test so that we ignore .scryerrc
authorSkgland <[email protected]>
Thu, 11 Nov 2021 10:36:54 +0000 (11:36 +0100)
committerSkgland <[email protected]>
Thu, 11 Nov 2021 10:37:05 +0000 (11:37 +0100)
fixes issue #1085

tests/scryer/helper.rs

index 84d59cb5a072f0a25a4e74e47f4818880a6ce172..baa057d0777c91e57bc1d8c46458ea0e2fe6687d 100644 (file)
@@ -77,6 +77,7 @@ pub fn run_top_level_test_with_args<
 ) {
     Command::cargo_bin(SCRYER_PROLOG)
         .unwrap()
+        .arg("-f")
         .args(args)
         .write_stdin(stdin)
         .assert()