summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/jgfxbat/install.sh
blob: 4bd3663a085fac60e2e5cc9e027e49e798e3e318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

unzip -o GfxBAT.zip
chmod +x runbat.sh

echo "#!/bin/sh

export JAVA_HOME=/usr
sh ./runbat.sh > \$THIS_RUN_TIME.result
if [ \$? -eq 0 ]; then
   echo 'PASS'
else
   echo 'FAIL'
fi
" > jgfxbat
chmod +x jgfxbat