diff options
| author | Andreas Källberg <anka.213@gmail.com> | 2021-06-17 19:24:14 +0800 |
|---|---|---|
| committer | Andreas Källberg <anka.213@gmail.com> | 2021-06-17 19:24:14 +0800 |
| commit | 0a18688788f300a8a305114e69bde84bdaf1ea8e (patch) | |
| tree | 93f9bbe7fd4a7f7e4321f5a5a7de08d72b06b897 /testsuite | |
| parent | 889be1ab8ed6a71feea211ff8ce1ca0ed72d4d0a (diff) | |
Remove gf-lib-path from testsuite
Since it no longer depends on RGL and it caused issues in the testsuite
Diffstat (limited to 'testsuite')
| -rw-r--r-- | testsuite/run.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/run.hs b/testsuite/run.hs index 4f231368b..7faf9625e 100644 --- a/testsuite/run.hs +++ b/testsuite/run.hs @@ -55,8 +55,7 @@ main = runTest in_file out_file gold_file = do input <- readFile in_file - rgl_lib_dir <- readFile "DATA_DIR" - writeFile out_file =<< run_gf ["-run","-gf-lib-path=" ++ rgl_lib_dir] input + writeFile out_file =<< run_gf ["-run"] input exists <- doesFileExist gold_file if exists then do out <- compatReadFile out_file |
