From 1b08c4a34c53150493abb180841bf29293de9929 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 30 Mar 2005 11:06:27 +0000 Subject: [PATCH] Branch: b1_4 Define $UPCALL=DEFAULT for instanity.sh, test breaks otherwise (it assumes that "--lustre-upcall $UPCALL" will work, instead we eat the next parameter --ptldebug as the upcall). --- lustre/tests/insanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/insanity.sh b/lustre/tests/insanity.sh index ce7cd96..a991a05 100755 --- a/lustre/tests/insanity.sh +++ b/lustre/tests/insanity.sh @@ -14,6 +14,7 @@ ALWAYS_EXCEPT="10" SETUP=${SETUP:-"setup"} CLEANUP=${CLEANUP:-"cleanup"} +UPCALL=${UPCALL:-DEFAULT} build_test_filter -- 1.8.3.1