File: test-jvm-dir-copy.sh

package info (click to toggle)
cde 0.1%2Bgit9-g551e54d-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,176 kB
  • sloc: ansic: 75,885; sh: 4,282; python: 1,006; perl: 438; makefile: 298; lisp: 44; java: 5
file content (15 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

source okapi_test_common.sh
okapi_test_init # call init function

COPY_DIR_BIN="python /home/pgbovine/CDE/scripts/okapi_dir.py"

rm -rf cde-package/
mkdir -p cde-package/cde-root/

$COPY_DIR_BIN /usr/lib/jvm/ cde-package/cde-root/

diff -ur /usr/lib/jvm/ cde-package/cde-root/usr/lib/jvm/ # should show no diffs

rm -rf cde-package/