瀏覽代碼

Store result in host-dependent location

Matthias Vogelgesang 8 年之前
父節點
當前提交
e47266751f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      run.sh

+ 1 - 1
run.sh

@@ -6,7 +6,7 @@ fi
 
 TODAY=$(date +%G-%m-%d)
 HERE=$(pwd)
-RESULT_DIR=$HERE/results
+RESULT_DIR=$HERE/results/$(hostname)
 
 SRC_DIR=$HERE/src
 CORE_DIR=$SRC_DIR/ufo-core