Menu

[efa3d9]: / test / start-ruby-tests-legacy.sh  Maximize  Restore  History

Download this file

22 lines (12 with data), 279 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
SRCDIR=test
OLDDIR=$(pwd)
VYMTESTDIR=$(mktemp -d /tmp/vym-test-XXXX)
echo Created $VYMTESTDIR
vym -l -t -n test -geometry 768x576-0+0 &
PID=$!
cd $SRCDIR
vym-test-legacy.rb -d $VYMTESTDIR
kill -s 15 $PID
echo To clean up, do: rm -rf $VYMTESTDIR
cd $OLDDIR
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.