diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-24 18:37:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-24 18:37:54 +0200 |
commit | 831b4983033fa17b736298f960436d923d2af45b (patch) | |
tree | 8b6f74abd76d25801251a136977b7663b6919644 /smoketest | |
parent | f22030043f2b625bc28c6e910dbea8a3230b3bcc (diff) |
Fix losmoketest UNO_TYPES
...and remove a bunch of unused Directories
Change-Id: Ibb20bf9f4049eee136132b4ebda86ec2a9613a29
Diffstat (limited to 'smoketest')
-rwxr-xr-x | smoketest/losmoketest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/losmoketest b/smoketest/losmoketest index b3faee16b817..e327f7c8ff48 100755 --- a/smoketest/losmoketest +++ b/smoketest/losmoketest @@ -52,7 +52,7 @@ esac exec $sd_prog/cppunittester \ -env:UNO_SERVICES=file://$sd_prog/../ure/share/misc/services.rdb \ - -env:UNO_TYPES=file://$sd_prog/../ure/share/misc/test/types.rdb \ + -env:UNO_TYPES=file://$sd_prog/../ure/share/misc/types.rdb\ file://$sd_prog/types/offapi.rdb \ -env:arg-soffice=path:$sd_prog/soffice \ -env:arg-user=$user_conf_dir \ -env:arg-env=$LD_LIBRARY_PATH \ |