[gjs/gnome-3-36] build: Remove last traces of Autotools



commit bb9266c0906828f0bae185481b9c1f7bb6bd0cf0
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Mar 3 18:56:05 2020 -0800

    build: Remove last traces of Autotools
    
    These are some leftovers from Autotools' test harness.

 installed-tests/scripts/common.sh          | 4 ++--
 installed-tests/scripts/testCommandLine.sh | 4 ++--
 installed-tests/scripts/testWarnings.sh    | 4 ++--
 test/run-test                              | 9 ---------
 4 files changed, 6 insertions(+), 15 deletions(-)
---
diff --git a/installed-tests/scripts/common.sh b/installed-tests/scripts/common.sh
index 7ffdb765..8f228194 100755
--- a/installed-tests/scripts/common.sh
+++ b/installed-tests/scripts/common.sh
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 if test "$GJS_USE_UNINSTALLED_FILES" = "1"; then
-    gjs="$LOG_COMPILER $LOG_FLAGS $TOP_BUILDDIR/gjs-console"
+    gjs="$TOP_BUILDDIR/gjs-console"
 else
-    gjs="$LOG_COMPILER $LOG_FLAGS gjs-console"
+    gjs="gjs-console"
 fi
 
 # Avoid interference in the profiler tests from stray environment variable
diff --git a/installed-tests/scripts/testCommandLine.sh b/installed-tests/scripts/testCommandLine.sh
index b5019417..1c9ab29f 100755
--- a/installed-tests/scripts/testCommandLine.sh
+++ b/installed-tests/scripts/testCommandLine.sh
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 if test "$GJS_USE_UNINSTALLED_FILES" = "1"; then
-    gjs="$LOG_COMPILER $LOG_FLAGS $TOP_BUILDDIR/gjs-console"
+    gjs="$TOP_BUILDDIR/gjs-console"
 else
-    gjs="$LOG_COMPILER $LOG_FLAGS gjs-console"
+    gjs="gjs-console"
 fi
 
 # Avoid interference in the profiler tests from stray environment variable
diff --git a/installed-tests/scripts/testWarnings.sh b/installed-tests/scripts/testWarnings.sh
index 9cbaed84..30ca082f 100755
--- a/installed-tests/scripts/testWarnings.sh
+++ b/installed-tests/scripts/testWarnings.sh
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 if test "$GJS_USE_UNINSTALLED_FILES" = "1"; then
-    gjs="$LOG_COMPILER $LOG_FLAGS $TOP_BUILDDIR/gjs-console"
+    gjs="$TOP_BUILDDIR/gjs-console"
 else
-    gjs="$LOG_COMPILER $LOG_FLAGS gjs-console"
+    gjs="gjs-console"
 fi
 
 total=0


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