Upgrade .be bug cache to Bugs Everywhere Directory v1.4.
[sawsim.git] / testing / test_cluster.sh
1 #!/bin/bash
2 #
3 # Check to make sure the PBS queue is working before going
4 # whole hog on the simulations.
5
6 if [ "$ISACLUSTER" -eq 1 ]
7 then
8     qcmd printenv
9 fi
10
11 exit 0