pass -f to scryer-prolog in cargo test so that we ignore .scryerrc

fixes issue #1085
This commit is contained in:
Skgland
2021-11-11 11:37:05 +01:00
parent 1d2a838717
commit e7899ee15e
+1
View 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()