Revision e4d8071d live-test.sh

b/live-test.sh
1 1
#!/bin/bash
2 2

  
3
# Copyright (C) 2009 Google Inc.
3
# Copyright (C) 2009, 2010 Google Inc.
4 4

  
5 5
# This program is free software; you can redistribute it and/or modify
6 6
# it under the terms of the GNU General Public License as published by
......
48 48
echo Comparing hscan results...
49 49
diff -u $T/$RAPI.data $T/LOCAL.data
50 50

  
51
FN=$(head -n1 $T/$RAPI.data|cut -d \| -f1)
51
FN=$($CLUSTER head -n1 /var/lib/ganeti/ssconf_node_list)
52 52
FI=$($CLUSTER head -n1 /var/lib/ganeti/ssconf_instance_list)
53 53

  
54 54

  

Also available in: Unified diff