Browse Source

Make use of autosymlink feature

Alois Mahdal 10 years ago
parent
commit
3c761d445f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/eemk.in

+ 1
- 1
bin/eemk.in View File

239
 
239
 
240
 if ! $THIS_IS_CHILD;
240
 if ! $THIS_IS_CHILD;
241
 then
241
 then
242
-    collect_artifacts artifacts
242
+    collect_artifacts -s artifacts
243
     rm -rf $TMP_DIR
243
     rm -rf $TMP_DIR
244
 fi
244
 fi
245
 exit $TEST_STATUS
245
 exit $TEST_STATUS