lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6204] Add some useful commands


From: Greg Chicares
Subject: [lmi-commits] [6204] Add some useful commands
Date: Tue, 23 Jun 2015 17:33:33 +0000

Revision: 6204
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6204
Author:   chicares
Date:     2015-06-23 17:33:33 +0000 (Tue, 23 Jun 2015)
Log Message:
-----------
Add some useful commands

Modified Paths:
--------------
    lmi/trunk/gwc/develop1.txt

Modified: lmi/trunk/gwc/develop1.txt
===================================================================
--- lmi/trunk/gwc/develop1.txt  2015-05-31 23:23:26 UTC (rev 6203)
+++ lmi/trunk/gwc/develop1.txt  2015-06-23 17:33:33 UTC (rev 6204)
@@ -120,6 +120,10 @@
 make -f bcc_5_5_1.make $coefficiency unit_tests >../log 2>&1
 make -f como.make $coefficiency unit_tests >../log 2>&1
 
+  # Shift differing system-test files among directories:
+cd /opt/lmi/touchstone
+for z in *; do cmp --quiet $z ../test/$z || ( mv $z 
../touchstone_intermediate_eraseme/$z; mv ../test/$z ./$z; ) ; done
+
   # Test xml schemata
 
 pushd /tmp; /lmi/src/lmi/test_schemata.sh >/lmi/src/log 2>&1; popd
@@ -140,3 +144,7 @@
 cd /opt/lmi/bin
 ./lmi_wx_shared --ash_nazg --data_path=/opt/lmi/data
 
+  # Show tabbed-dialog dimensions on statusbar
+
+./lmi_wx_shared --ash_nazg --data_path=/opt/lmi/data --pyx=show_mvc_dims
+




reply via email to

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