lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master af8d15cd 1/4: Run GUI test executable directl


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master af8d15cd 1/4: Run GUI test executable directly after gui_test.sh removal
Date: Sat, 12 Feb 2022 19:54:43 -0500 (EST)

branch: master
commit af8d15cd051065820878da6d5506f1ead5c85309
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Run GUI test executable directly after gui_test.sh removal
    
    Stop using removed script in the CI workflow file.
---
 .github/workflows/ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b7649555..89447e07 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -395,4 +395,6 @@ jobs:
                 sleep 3
             done
             echo 'Launching the GUI test:'
-            DISPLAY=:10 ./gui_test.sh
+            . ./set_toolchain.sh
+            export DISPLAY=:10
+            $PERFORM /opt/lmi/bin/wx_test --ash_nazg --data_path=/opt/lmi/data



reply via email to

[Prev in Thread] Current Thread [Next in Thread]