[polari] test: Drop --strict argument from js shell



commit f5361b89af8b46af1fe0b771fad696e0d41be2fc
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Sep 17 17:58:57 2020 +0200

    test: Drop --strict argument from js shell
    
    The flat is no longer support in SpiderMonkey 78, which is what gjs
    uses in GNOME 3.38.

 src/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index 0d63989d..9d08af17 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -37,7 +37,7 @@ foreach js_source : js_sources
 
   if (js_shell.found())
     test('Checking syntax of ' + js_source, js_shell,
-      args: ['-s', '-c', js_source],
+      args: ['-c', js_source],
       workdir: meson.current_source_dir()
     )
   endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]