source: XIOS/trunk/xios_test_suite/launch_test_suite @ 1835

Last change on this file since 1835 was 1810, checked in by ymipsl, 4 years ago

XIOS test suite : script for launching test suite

YM

  • Property svn:executable set to *
File size: 144 bytes
Line 
1#!/bin/bash
2
3source ./load_env
4mkdir -p RUN_TEST_SUITE
5cp -r TEST_SUITE/* RUN_TEST_SUITE
6(cd RUN_TEST_SUITE && ./run_test_${xios_machine_name})
Note: See TracBrowser for help on using the repository browser.